Contact Form

ninjapages
3 Posts
ninjapages posted this 07 March 2021
Ask a Question

Hello how are you? I recently purchased nicepage and am really enjoying it! It really is a great platform, I was wondering if you have any possibility to use ZohoForm URL or other platforms for contact form, because when I create the form in zoho forms and link to the nicepage form, I do a test by clicking on submit and the message arrives on the platform normally, however, in the form it appears that you need to correct an error and that the message was not sent. Could you ask me this question please? I thank.

Hello how are you? I recently purchased nicepage and am really enjoying it! It really is a great platform, I was wondering if you have any possibility to use ZohoForm URL or other platforms for contact form, because when I create the form in zoho forms and link to the nicepage form, I do a test by clicking on submit and the message arrives on the platform normally, however, in the form it appears that you need to correct an error and that the message was not sent. Could you ask me this question please? I thank.
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
MerlinAZ
2708 Posts
MerlinAZ posted this 07 March 2021

You can link to an external form using their HTML code, inserted into the HTML control.

You can link to an external form using their HTML code, inserted into the HTML control.
Support Team
Support Team posted this 15 March 2021

Leandro,

Actually, the solution that Sam suggested is the simplest and most logical. If you use a third-party service for Forms, then you can add the code in the HTML Element.

Most likely, we will not be able to adapt to all existing services, to make our form display a message about successful submission: the form must receive a response from the server in the JSON format, containing data and its success property with our condition if (data.success) {}

For instance:

if (data.success){"success": true, "redirect": ""}

...................................................
Sincerely,
Allen R.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Leandro, Actually, the solution that Sam suggested is the simplest and most logical. If you use a third-party service for Forms, then you can add the code in the HTML Element. Most likely, we will not be able to adapt to all existing services, to make our form display a message about successful submission: the form must receive a response from the server in the JSON format, containing data and its success property with our condition if (data.success) {} For instance: if (data.success){"success": true, "redirect": ""} ................................................... Sincerely, Allen R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments