[Vtigercrm-developers] three forms and one send button
    Alan Lord 
    alanslists at gmail.com
       
    Wed Aug  8 16:42:03 GMT 2018
    
    
  
On 08/08/18 15:08, Somsak Artwawoot wrote:
> Trying to create webpage contains three separate short webforms (Leads)
> what will create three records in Leads module. Problem is I want to use 
> only one Send button.
> Is there any easy way to hook it? Tried varied options and it not works
I would think you'll have to "pre-process" the form submit on the 
website itself, and in that code you will either:
1. POST three separate webforms with the data you want (using Curl or 
similar)
2. Use the Web Services API and create your leads using that nypassing 
the webform altogether.
HTH
Al
    
    
More information about the vtigercrm-developers
mailing list