The phpFormgen is meant to be a basic tool to get you started. With a little programming of course anything is possible. You have the ability to add records to your list, display and print your list, delete records from your list. You do not have the ability to modify records in your list. This would require additional programming. Not difficult, but not part of what the current version of phpFormgenerator provides.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using PHPFormGenerator for a wedding invitation list.
I have the following fields:
"Name" (text)
"Address" (text)
"Attending Wedding" (radio button) values: Yes/No
"Attending Reception" (radio button) values: Yes/No
"Thank You Sent" (radio button) values: Yes/No
My family will be collaborating to enter new records.
Initially we will only be filling out the "Name" and "Address" fields.
We will not be able to fill out the "Attending Wedding / Reception" fields until we receive RSVP responses.
QUESTION: Will I be able to go back into records and change the values in those fields?
Is there a hack I can use?
The phpFormgen is meant to be a basic tool to get you started. With a little programming of course anything is possible. You have the ability to add records to your list, display and print your list, delete records from your list. You do not have the ability to modify records in your list. This would require additional programming. Not difficult, but not part of what the current version of phpFormgenerator provides.