I have a form that is provided by the bank to generate a bank slip.
I need to split the "name" field into two in my html form.
I need to get the NAME of the client and also the NUMBER of the process.
Example: Field 1: "Name of Student So-and-so" Field 2: "Process number 999999999"
The result should be sent to the bank by the following input:
<input size="25" maxlength="50" name="nomeSacado" type="text" />
The result should be sent like this: "Name of the Student So-and-so in Process number 999999999". All in the same input "nameSacado".
This must be papaya with sugar, but not for me. rsrs
Can anyone help?
Thank you in advance. Rafael