pcwsp has asked for the wisdom of the Perl Monks concerning the following question:
When a form with an id attribute is submitted to a perl script, is that id available to the script?
How do I get the id and assigned it to a variable?
I am familiar with getting the regular input fields from the form, but the id attribute is something I have never had to work with before.
The script needs to check the various fields for accuracy before sending them, along with the original id from the form, to the banking gateway.
Suggestions on how to achieve the above would be much appreciated.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using form id attribute in perl script
by Your Mother (Archbishop) on Mar 19, 2015 at 23:12 UTC |