Summary

  • Overview
  • Custom Form Actions
    • Built-In Solution
    • Custom Scripts

Overview

For the URL Submit option for the Contact Form Element, you must specify the Path. The Form Submit property specifies where to send the data when a form is submitted.

send-email-url.png

If you don't have the exact URL, use third-party services like Formspree, which allows collecting Form Submissions on their servers.

Custom Form Actions

Built-In Solution

You can use the built-in PHP script provided by the Nicepage Team.
How to Send Emails with PHP Script.

Custom Scripts

For Nicepage 2.6 or lower, you need a custom PHP script coded manually or downloaded from the Internet.

NOTE: If you download a Form Submit Script from the Internet, you must adjust it manually to support the Nicepage Contact Form Fields.

Read about the Sample Scripts To Send Emails or how to use other Contact Form Submit options.

URL Submission Method

You can use the POST METHOD if preferred.

url-submission-method.png

## Summary - Overview - Custom Form Actions - Built-In Solution - Custom Scripts ## Overview For the URL Submit option for the Contact Form Element, you must specify the Path. The Form Submit property specifies where to send the data when a form is submitted. !send-email-url.png! If you don't have the exact URL, use third-party services like [Formspree](https://formspree.io/), which allows collecting Form Submissions on their servers. ## Custom Form Actions ### Built-In Solution You can use the built-in PHP script provided by the Nicepage Team. [How to Send Emails with PHP Script](page:62334). ### Custom Scripts For Nicepage 2.6 or lower, you need a custom PHP script coded manually or downloaded from the Internet. NOTE: If you download a Form Submit Script from the Internet, you must adjust it manually to support the Nicepage Contact Form Fields. Read about the [Sample Scripts To Send Emails](page:25066) or how to use other [Contact Form Submit](page:4216) options. ## URL Submission Method You can use the POST METHOD if preferred. !url-submission-method.png! ##