<div dir="ltr">Or use a simple Javascript function to trigger submit on the three forms when the common submit button is clicked.<div><br></div><div>Though then it would be ajax based.</div><div><br></div><div>Just FYI Vtiger webforms also support JSONP.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 8, 2018 at 10:13 PM Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/08/18 15:08, Somsak Artwawoot wrote:<br>
> Trying to create webpage contains three separate short webforms (Leads)<br>
> what will create three records in Leads module. Problem is I want to use <br>
> only one Send button.<br>
> Is there any easy way to hook it? Tried varied options and it not works<br>
<br>
I would think you'll have to "pre-process" the form submit on the <br>
website itself, and in that code you will either:<br>
<br>
1. POST three separate webforms with the data you want (using Curl or <br>
similar)<br>
2. Use the Web Services API and create your leads using that nypassing <br>
the webform altogether.<br>
<br>
HTH<br>
<br>
Al<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>