E&P forms Builder

Hello , i install E&P forms builder and made my own forms , also i put a button on main page for calling forms when customer click on it , the problem is as i checked i couldn’t find any link on form to assign to button , i asked from E&P forms builder they said i have to asked from theme support teams to how assign form to button .
in form only give me this information
[estimation_form form_id=“2”]]
To use in fullscreen:

[estimation_form form_id=“2” fullscreen=“true”]
To use as popup:

[estimation_form form_id=“2” popup=“true”]
To open the popup, simply use the css class “open-estimation-form form-2”.

Open Form

Hi There,

Thanks for writing in.

You can use content area modal and the form shortcode to add popup form.

Also, you can assign the class to any button, and it will launch the form.
Add any button element and in the customize section, add the class.

Hope this helps!

thank you for reply , i added Button and CLASSIC Button but it is not any CUSTOMIZE section . it is class but when i add into class it is not load form

Hi there,

Please follow the following steps:

1. Add a Raw Content element on the page and add this code to the content:

[estimation_form form_id="2" popup="true"]

2. Add either a classic button or a button element then add this to the class field of the button open-estimation-form form-2

If you use a Classic Button, you should be able to see the class field when you scroll down to the button settings. If you are using the V2 Button element, you can find the class field when you click on the customize option of the button:

Once you’ve done the steps above, the form will be launched after clicking on the button.

Hope this helps.

1 Like

Thank you solved ! :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.