1. Click on the Embed Tab from the top nav.
2. You will find the available shortcodes and PHP template embed codes.
3. Copy the shortcode and paste into your pages(s) and/or post(s). Copy the PHP code and paste into your Theme Template page(s)
1. Click on the Embed Tab from the top nav.
2. You will find the available shortcodes and PHP template embed codes.
3. Copy the shortcode and paste into your pages(s) and/or post(s). Copy the PHP code and paste into your Theme Template page(s)
The normal NEX-Forms Shortcode is simple and easy to use in your pages to display forms inline.
In the shortcode NEXForms specify that its a form insert and the id parameter specifies which form. In this shortcode the form with the ID 1 will be inserted. You can get any Form ID from your forms panel.
The Popup Form Shortcode allows you to use a number of option to popup a form.
id
Tells the shortcode which form to popup.
open_trigger
Tells the shortcode that this form will be a popup and not inline.
type
Tells the shortcode that this form will popup from a link or a button. In the above shortcode the form will ppopup from a button.
text
This is the text that will be on the button.
button_color
The class used for the button's styling. You can use any custom CSS class you want here.
id
Tells the shortcode which form to popup.
open_trigger
Tells the shortcode that this form will be a popup and not inline.
type
Tells the shortcode that this form will popup from a link or button. In the above shortcode the form will ppopup from a link.
text
This is the link's text.
id
Tells the shortcode which form to popup.
element_class
Tells the shortcode what elelemnt on the page will be used to trigger the popup form. Use the element's CSS classname to identify it.
id
Tells the shortcode which form to popup.
auto_popup_delay
Tells the shortcode how long to wait for the form to auto popup in seconds. In the shortcode above the form with Id 1 will popup after 10 seconds from the the time the user entered the page.
id
Tells the shortcode which form to popup.
auto_popup_scroll_top
Tells the shortcode to auto popup the form when the user is at a certain scroll position in pixels on your page. In the shortcode above the form with Id 1 will popup when the user scrolled 800 pixels from the top of the page.
id
Tells the shortcode which form to popup.
auto_popup_scroll_top
Tells the shortcode to auto popup the form when the user leaves the page.
This section explains how to add forms in difrent displays in your theme's siderbars.
This section explains how to add forms from the TinyMCE Editor(WordPress page/post Editor).
A popup will come up with embedding options:
A popup will come up with embedding options:
Auto Popup Time Delay (in sec)
Set the time delay in seconds for when the form should popup from the time the user enters the page. Leave blank for no effect.
Show Popup on Exit Intent?
Choose to popup a form when the user exist the page.
Auto Popup when scroll from top is (in pixels)
Set the scroll poption from the top of the page in pixels where the form should auto popup. So when the user hits this scroll position from the top the form will popup. Leave blank for no effect.
Popup/Modal Trigger
Choose Button, Link or Custom Trigger.
Enter Element Class Name
If you are using a custom trigger then enter the element's class name here. Leave blank when using a button or link trigger as per above.
Button Color (bootstrap)
Choose the color for your popup button. Not applicable for custom or link triggers.
Button/Link Text
This is the text that will be your link or be displayed on your button. Not applicable for custom triggers.