Dynamically Populate Form Fields

J

Jed

Is there a way to dynamically populate form fields(hidden fields in
particular) in FP? A user logs in and the next page displays their data
pulled from a database. When they get here I want a users to be able to
click a button to remove certain parts(a phone # for example) of their
information from the database. I want that data to be sent to a file,
preferably another database that can then be reviewed before the information
is actually removed. My thinking was on the database results page have
another form with hidden fields populated with first name, last name, etc,
then when they click submit on the results page it gets sent to a removal
database. I would know what they want removed by the form name and the
information that is passed. Is there a way to do this in FP?
 
Top