Hi,

Need a little help with the subject field of a form (using Yahoo webhosting). I am currently using

<input type="hidden" name="subject" value="Form">

and it works just fine but I would like to add a two field values that the user has previously entered into the subject line. The fields are pick_up_month and pick_up_date, so the completed subject line would look like: Form 6/11.

Thanks in advance.

Recommended Answers

All 3 Replies

Why not just have a dropdown box with the options of all the months and dates? That seems a bit more logical.

I have about 15 different input fields in the form including pick up month and date as drop down boxes. The form is working fine, just trying to figure out how to show them in the subject line as well as in the body of the email I receive.

You would need javascript i believe.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.