flimpy Posted December 28, 2015 Share Posted December 28, 2015 (edited) I have several web pages with forms on my website. All these forms are handled by one formmail php script. I am trying to find a way of telling recipient from which page the form was submitted. I thought I needed to set a variable in HTML: input type="hidden" name="mysubject" value="Sent From Page #1" and then in formmail.ini set 'subject' equal to mysubject: [special_fields] subject = mysubject But if I do that, I will receive an email with a subject = "mysubject" instead of "Sent From Page #1" what am I missing? Edited December 28, 2015 by flimpy Quote Link to comment Share on other sites More sharing options...
Solution flimpy Posted December 29, 2015 Author Solution Share Posted December 29, 2015 Nevermind, I figured it out, post can be deleted. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.