• Resolved kacsa

    (@kacsa)


    Hi again,

    I found out today that my submit button on the register page has no ‘name’ given. It wasn’t an issue until now, but I would need that to check if the form has been submitted yet. I looked around in the files, but couldn’t find the area where it gets its name, so I will need some help with this.

    Kind regards,
    Kacsa

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi,

    Thank you for contacting us.
    Submit button text can be changed in the field manager of plugin dashboard.

    Let us know if you have any other questions.

    Thread Starter kacsa

    (@kacsa)

    Hi,

    The problem is not the value of the button, but the name field, which can be given to a PHP file.

    Currently it looke like this:
    <input type="button" value="Küldés" name="" style="" id="rm_next_form_page_button_2_1" onclick="gotonext_form_2_1()" class="btn">

    As you can see, it has a value set, but the name field is empty. I need to give that field a value, in order to be able to send it to a PHP handler file.

    Regards,
    Kacsa

    Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi,

    Our every form has “stat_id” field as hidden element and it passes with the form submission. You can use this “stat_id ” value.

    Let us know if you have any other questions.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit button has no ‘name’ value’ is closed to new replies.