Carrying field from page into table
- Single Page
Posted 31 January 2013 - 09:57 AM
I have two tables - one contains 'project' names and one contains 'contacts'.
I want users to ONLY have access to the contacts table but each set of project users should only be able to fill out details related to their particular project.
I have used add_action to create a link from the project table to create a page name like this;
http://www.mysite.co...roject_code=100
QUESTION;
How do I take the 'project_code=100' from the link above and insert it into the contacts table as a fixed invisible field for each contact row?
Any tips would be great!
Many thanks,
Piers
Posted 31 January 2013 - 10:44 AM
Check here for hidden/invisible fields, /topic/52-create-password-hidden-fields-in-the-form/
Posted 31 January 2013 - 17:46 PM
Piers