How to pass a value to the form

If you want to pass a custom value to the form (like the referring ProductID ), follow these steps:

 

Add the field on your form and name it (for example ProductID).

 

Add the field to load value from URL

 

 

In the 'Form processing options' page -> 'General settings' section, enable 'Allow loading values from URL' option.

 

allow loading values from URL option

Upload your form.

 

 

Now you can pass the value through the URL.

 

Loading form values from URL

 

 

1348652662_001_45 When there are more than one values to be passed through the URL, separate with &

Example:

http://user10.com/forms/orderform/orderform.php?ProductID=34562&Name=John&Email=jj@domain.com

 

1348652662_001_45The field names are case sensitive. ProductId=34562 will not work in the example above.

 

1348652662_001_45You can use a hidden field for tracking the value as well

 

1348652662_001_45If you are embedding the form using iframe, add the field values to the iframe's URL

passing value in iframe