Seamlessly incorporate a form into a WordPress page by simply pasting its shortcode into the desired location within the page content:
[ estimation_form form_id="1" ]
To expedite the shortcode generation, click on the “Shortcode” button corresponding to your target form within the forms list panel:
Explore the options within the Shortcode modal for a tailored embedding experience:
-
Display Mode:
Choose how the form should appear—within the page content, in fullscreen, or as a popup. For modal display, paste the form shortcode with the popup attribute, then append the CSS class shown in the Shortcode modal to the button or link designated to trigger the popup.
Example of shortcode:[ estimation_form form_id="1" popup="true" ]
Example of css class added to a link to open the form popup:<a href="#" class="open-estimation-form form-1">Open Form</a>
- Initial Step: Utilize this dropdown to specify a different starting step other than the default one. This facilitates the use of the same form with varying start steps across different pages on your website.