OK I created a page where user can search forms they have sent in the past seven days by their emal using some mySQL and PHP. I have read some of the topics on post/get and httpClient.
But here's what I want to do. I want the user from the page where they see all sent data. I will create a form button labeled resend at that point it will send all the necessary elements I specify to be prefilled when my machform is loaded and all the user has to do is hit send.
For Exp:
Sent User Date: 04-20-2010
Name: John Doe {element_1}
Email: cheese@gmail.com {element_2}
Subject: Fried Cake {element_3}
<input type="submit" value="resend" /> When they hit send------> elements 1 thru 3 will be sent to form id=8 and the element values will show in their respected fields.
I know I may have to edit the view_functions.php but I only want this behavior when info is being sent from the resend page not when the user uses the form from the link provided by machform itself. Hopes that is clear enough.
Like I said I've searched the forum and know its possible its just that none of the topics are trying to do what I want but based on what I read I need to edit the view functions and use php to post data to the form in the fields they belong. Thank you by the way you give EXCELLENT SUPPORT!! Everyone always says that cause it's true and you are never impatient thank you for that.
