Hey im making a website were you can send other users emails.
My problem is when I go and submit it doesn’t submit both values?
my Form has a text box where the user wants to send the email and another is a text area which is the message.
and i don’t want 2 submit buttons
In the validate function once u finish your validations use “
return true” to proceed. You can submit multiple form elements as long as they have different name attributes and the are within your form tag.