Home > ARForms in Theme Templates
ARForms in Theme Templates
ARForms prioved such a facility that you can use any form directly into your theme templates by just using below mentioned function.
” get_form_shortcode() ” and by using different arguments in this function you can achieve different view & style to display a form.
Normal View
<?php global $maincontroller; echo $maincontroller->get_form_shortcode(array(‘id’ => {form_id})); ?>
Pop-up View
<?php global $maincontroller; echo $maincontroller->get_form_shortcode_popup(array(‘id’ => {form_id}, ‘desc’=>’Click here to open Form’, ‘type’=>’link’, ‘height’=>’auto’, ‘width’=>’800’)); ?>
Fly View
<?php global $maincontroller; echo $maincontroller->get_form_shortcode_popup(array(‘id’ => {form_id}, ‘desc’=>’Click here to open Form’, ‘type’=>’fly’, ‘position’=>’left’, ‘height’=>’auto’, ‘width’=>’800’, ‘bgcolor’=>’#2d6dae’, ‘txtcolor’=>’#ffffff’)); ?>
Sticky view
<?php global $maincontroller; echo $maincontroller->get_form_shortcode_popup(array(‘id’ => {form_id}, ‘desc’=>’Click here to open Form’, ‘type’=>’sticky’, ‘position’=>’top’, ‘height’=>’auto’, ‘width’=>’800’, ‘bgcolor’=>’#93979d’, ‘txtcolor’=>’#ffffff’)); ?>
- 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