• Resolved antetomas

    (@antetomas)


    How can I know what are variable names that hold values of the form input fields.

    For instance, in the HTML code below, we can use the values stored in the following variables – “firstname” and “lastname”. How can we check those field in forms within Forminator?

    <form>
    First name:<br>
    <input type=”text” name=”firstname”><br>
    Last name:<br>
    <input type=”text” name=”lastname”>
    </form>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @antetomas,

    hope you’re doing good and thanks for reaching us! 🙂

    These “name” attributes are getting handled by Forminator itself, based on the filed type and other fields of the form.

    At the moment, there isn’t a way to set these in Forminator’s backend, can you please let me know what’s the use-case that something like that would have been useful? Please advise! So I can forward this to our developers for further consideration.

    Warm regards,
    Dimitris

    Thread Starter antetomas

    (@antetomas)

    Hello there Dimitris,

    I want to use the name visitor entered in the form so I can send a personalised reply.

    Best,
    Ante

    Thread Starter antetomas

    (@antetomas)

    Hi Dimitris!

    For instance, I want to use the visitor’s name in my reply, like this:

    Hi {Name},

    Thanks for reaching us, we’ll get back to you as soon as possible.

    Best regards

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @antetomas,

    I’m really sorry for the extreme delay here, somehow I missed this topic.

    Are you referring to the custom “thank you message” in form settings? Please advise! This may be a very nice request/addition as it’s not possible currently.

    Warm regards,
    Dimitris

    Thread Starter antetomas

    (@antetomas)

    No problem Dimitris, it was not my top priority, otherwise, I would have pinged you more. 🙂

    Yes, I was thinking of a custom reply messages. Not just the “thank you message”, but all other messages that will be sent to the visitor. Those messages could be part of a sales funnel or educational or marketing email sessions. Hence, being able to record and reuse the visitor’s name is a must.

    Regards,
    Ante

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Input form field value’ is closed to new replies.