-4
I have a form that is provided by the bank to generate a banking bill.
I need to split the "name" field in two in my html form.
I need to get the NAME of the client and also the NUMBER of his process.
Example: Field 1: "Name of the So-and-so Student" Field 2: "Case 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 as follows: "Student Name So-and-so Process Number 999999999". All in the same input "So-and-so".
This should be papaya with sugar, but not for me. rsrs
Anyone can help?
Thank you in advance. Rafael
Which front framework are you using? Jquery, Angular?
– Netinho Santos
Not to understand what you want. Can make a more concrete and detailed example?
– Woss