All Collections
Assets
Forms
Integration with ClickFunnels
Integration with ClickFunnels

Learn how to integrate your Emercury forms with your ClickFunnel account using the optin forms.

Michael Batalha avatar
Written by Michael Batalha
Updated over a week ago

What you will need:
Click Funnels Account
Emercury Account

Step 1

Login to your Emercury account and go to Assets - Forms from the main menu

Step 2 

Creating a Form

You will need to create a form with the same form fields you are using on ClickFunnels. For example if you are collecting just email addresses on your form then you will need to make a form with the email address field only. 

Once you have created your form to match the fields from ClickFunnels you will then need to copy the HTML Form code on the last step of the form generator under HTML.

Step 3

Copy Your HTML Form Code

If you have already created your form and are looking to go back to retrieve your form code then follow step 1. After you see your forms then select Form Code. 

This will show you a popup with different types of form codes. Select HTML

Next Step would be to login to ClickFunnels and add the form to your Funnel. 

Step 4

Add The Form to Your Funnel

From within your page editor, navigate to "Settings."
Click "Integrations."

For Integration, select "null (HTML form)."

For Action, select "Integrate Existing Form."

Paste your HTML form you got from Step 3. 

Note: Please remove this from your form code located on the 1st line. 

<script type="text/javascript" ">src="https://forms.emercury.net/scripts/sub.js"></script>

Update the next line that says 

<form action="" 

with


<form action="https://panel.emercury.net/formhandler1.php"


The rest of the line can stay the same.
It should look similar to this example: 

<form action="https://forms.emercury.net/form_handler1.php" method="post"  name="ClickFunnelsForm1234" id="ClickFunnelsForm1234"> 

Lastly Add this line of code below directly after this line:

<input type="hidden" name="contactnum" value="1" />
<input type="hidden" name="server_redirect" value="1" />

So it should look like this 

 <input type="hidden" name="contactnum" value="1" />
<input type="hidden" name="server_redirect" value="1" />

Click "Parse & Save Web Form." 


Match up your ClickFunnels form fields with your Emercury fields.

Now this part is important. Since you are using the Emercury forms you will need to copy the Redirect URL provided by ClickFunnels to your Emercury form settings. If you are not using ClickFunnels for the next page then you dont need to copy the URL they provide you. To set your redirect URL in Emercury go back to Emercury and go to Assets - Forms

Next find your form and choose Edit

Once you are in your form you will see an area for Redirect user after submission to this URL. 

Paste your Redirect URL from ClickFunnels here if you are using ClickFunnels for the next page or use this are to put your own custom redirect URL. This is commonly used for a Thank you page after submission. 

If you have any questions about this, please contact our support team by clicking the support icon in the bottom right hand corner of this page.

Did this answer your question?