Jump to content

Problem save with Tools :: getValue ('zone_text');


Recommended Posts

I have a problem with registering a custom field in the payment page:
I created files:

  1. Payment_form.tpl
    <form action = "{$ link-> getModuleLink ('order_validate', 'validation', [], true) | escape: 'html'}" method = "POST">
    <label for = "zone_remarque"> Note </label>
    <input type = "text" name = "zone_remarque" id = "zone_remarque" /> 
    </form>

    2- in the validation.php controller
    I cannot retrieve the value of the text zone via: Tools :: getValue ('zone_remarque');

    Someone can help me please ?

    Thanks
Edited by ABdev88 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...