• Resolved viniciusedson

    (@viniciusedson)


    First of all, this is a great plugin!

    I’m using it to replace Elementor forms as it can’t handle HTML fields properly. But Elementor forms have a nice feature that I like to use. It sends the URL where the form was submitted alongside all fields.

    It is useful when you have different forms for different pages and like to know which form was filled.

    Is there any variables that can be added on the Form Actions of sending the email?

Viewing 1 replies (of 1 total)
  • Note that you can already see the URL i was submitted from in the Submissions tab.

    This is a bit of a hack, but it will work to get the URL in the email, you can add the following code to the form:

    <input type=”hidden” name=”url” id=”url_hidden_field” />
    <script>document.getElementById(“url_hidden_field”).value = window.location.href;</script>

    And then add [url] to the email message.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Page URL on email’ is closed to new replies.