Home > Pre Populated Popup Forms
Pre Populated Popup Forms
ARForms provides a facility to pre-populate popup form fields. You can achieve it without using the query string to the URL of your form.
Let’s see in detail with an example.
For example, you have a field labeled as ‘City’ and you want this field populated as ‘New York’ in your modal(popup) form then you just need to add one more parameter in shortcode for ARForms popup which is preset_data.
Following is a pattern to pre populate specific field in popup,
preset_data="item_meta_{FIELD_ID}||{VALUE}"
"FIELD_ID"
– replace this with your specific form field id.
"VALUE"
– replace this with value for specific form field you want to populate with.Now your shortcode will be like,
[ ARForms_popup id=123 desc='Click here to open Form' type='link' width='800' modaleffect='fade_in' is_fullscreen='no' overlay='0.6' is_close_link='yes' modal_bgcolor='#000000' preset_data="item_meta_1000||New York" ]
Pre Populate Multiple Fields
You can pre populate multiple fields of your form in popup using ~!~
separator.
Following is a pattern to pre populate specific field in popup,
preset_data="item_meta_1000||New York~!~item_meta_1001||USA"
Pre Populate Checkbox Fields
You can pre populate checkbox field too. To check multiple options of your checkbox field in popup you need to add values using ^!^ separator just like following,
preset_data="item_meta_1002||opt1^!^opt2^!^opt3~!~item_meta_1003||{VALUE}"
- Building a Form
- Multicolumn & Resizable
- Input Field Types
- Other Field Types
- Running Total ( Math Logic )
- Repeater (Add More)
- Conditional Logic
- Multi-Parts / Multi Pages Form
- Page Break Timer
- Email Notification
- Form Submit Action
- Custom Webhook URL
- Form Styling Options
- Opt-ins : Integrate Email Marketing Tools
- Form Other Options
- External database connection
- Convert Field Type
- Pre Populated Forms
- Auto save form Progress
- Don’t store entry in database
- Spam Protected Forms
- Pre Populated Popup Forms
- Pre Populated Userdata
- Populate Field values in html
- Dynamic Dropdown Options
- AddOns
- Authorize.net
- Signature
- PayPal
- Paypal Pro
- Stripe
- Active Campaign
- Digital Download
- Keap
- Mailster
- PDF Creator
- Post Creator
- SMS
- User Signup
- Google reCaptcha
- Zapier
- Google Spreadsheet
- Mailchimp
- Mollie
- Front End Entries View
- Cloud Storage
- Razorpay
- PagSeguro
- Zoho CRM
- Address Lookup Service Integration