Form submit to Cloudflare worker.

gabriel.dart
3 Posts
gabriel.dart posted this 19 June 2023
Ask a Question

Hi there,

I want to save my form submissions by POST to my cloudflare worker. Is this possible with Nicepage? i see the export is mentioned to be in email format, but i just want the input data.

Can i do this through the inbuilt functionality or do i need to paste my Javascript into the HTML files?

Thanks for any support you can provide in advance!

Hi there, I want to save my form submissions by POST to my cloudflare worker. Is this possible with Nicepage? i see the export is mentioned to be in email format, but i just want the input data. Can i do this through the inbuilt functionality or do i need to paste my Javascript into the HTML files? Thanks for any support you can provide in advance!
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 19 June 2023

Hi Tom,

You can use URL Submission Method with POST method - https://nicepage.com/doc/66444/send-email-to-url-or-custom-form-action
Please check and let us know.
...................................................
Sincerely,
Anna.
Nicepage Support Team

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

Hi Tom, You can use URL Submission Method with POST method - https://nicepage.com/doc/66444/send-email-to-url-or-custom-form-action Please check and let us know. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
gabriel.dart
3 Posts
gabriel.dart posted this 20 June 2023

Hi Anna,

Thank you for the information, i was reading the docs and even in the custom template scripts in PHP, they mention using the POST method, but in the context of forwarding the data as an email. Am i wrong in assuming that i can just POST the data provided in the input forms as it is, without an email needing to be sent from my SMTP server? In the end i want to be able to store the data in my MongoDB database.

Thank you for any help you can offer in advance!

Hi Anna, Thank you for the information, i was reading the docs and even in the custom template scripts in PHP, they mention using the POST method, but in the context of forwarding the data as an email. Am i wrong in assuming that i can just POST the data provided in the input forms as it is, without an email needing to be sent from my SMTP server? In the end i want to be able to store the data in my MongoDB database. Thank you for any help you can offer in advance!
Support Team
Support Team posted this 20 June 2023

Hello Tom,

URL, as Submit to option, requires you to choose the method, previously the default one was GET, and now you can choose POST.
You need your own script to send the data to the database. Our examples won't work for your needs.
...................................................
Sincerely,
Anna.
Nicepage Support Team

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

Hello Tom, URL, as Submit to option, requires you to choose the method, previously the default one was GET, and now you can choose POST. You need your own script to send the data to the database. Our examples won't work for your needs. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
gabriel.dart
3 Posts
gabriel.dart posted this 20 June 2023

Ah that's actually what i needed to know, so i can do what i wish with it with my own scripts. Thank you so much for your help!

Ah that's actually what i needed to know, so i can do what i wish with it with my own scripts. Thank you so much for your help!
Support Team
Support Team posted this 20 June 2023

Hello Tom,

You are welcome.
Please let us know in case you have any other questions.
...................................................
Sincerely,
Anna.
Nicepage Support Team

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

Hello Tom, You are welcome. Please let us know in case you have any other questions. ................................................... Sincerely, Anna. 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