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 ( Match Logic )
- Repeater (Add More)
- Conditional Logic
- Multi-Parts / Multi Pages Form
- Email Notification
- Form Submit Action
- Custom Webhook URL
- Form Styling Options
- Opt-ins : Integrate Email Marketing Tools
- Form Other Options
- 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