Hi How can two forms share the same inputs? I have two forms, one for two different paths... if i wanted to get the user to enter their name, but only once.... how could both forms get hold on this field?
|
feedback
|
|
Using JavaScript you could set one field's value to another's. Something like:
Put that code in the onblur event for your first form. So:
| |||||
feedback
|