Hi Steven –
I’m returning to this little project again, and have made a bit of progress.
I was able to edit the manage.php file and successfully echo text near the top of the page so now I’ll be able to put in custom directions for the user to refer to as they fill in the form.
I would like to auto-fill in some of the form fields to make this even easier. I have access in PHP to the contact’s name and email address, and possibly their city and country, and would like to put these in to the form fields for them.
In the manage.php I don’t see where these fields are created for the form. It looks like perhaps this is handled in another PHP file related to meta_boxes. Can you point me in the right direction so I can look at whatever files are creating the form code?
If for some reason it is not going to be possible to use PHP for this, my fall-back will be to use jQuery and fill in the fields using Javascript after the page loads. However, I’d prefer to use PHP if possible.
Eric
