Simple Form Page?
Posted: 2014-05-01 21:07
I am trying to create a "Settings" area for people...just a simple form page that would update single relationship elements... for example, "What is your favorite color". In this example, I don't see where a user could edit just one field telling me what their favorite color is. I could allow them to insert a record, but that would also allow them to insert multiple records... which is something I don't want. How would I do this in AppGini? I have tried for the last 4-5 hours to get a simple form page for my users, but I haven't yet found a solution.
Things I have tried:
- Creating a table, restricting the records to owner.
Problem: The owner could create multiple records. I don't want that.
- Creating a hook to go directly to edit view with SelectedID=<id number>
Problem: I won't know which selectedID to send this particular user to until they create their first record.
Another way to ask - I want to create a page that functions very similarly to /membership_profile.php .. is there anything in AppGini that can allow me to do this?
Thanks,
-Seth.
Things I have tried:
- Creating a table, restricting the records to owner.
Problem: The owner could create multiple records. I don't want that.
- Creating a hook to go directly to edit view with SelectedID=<id number>
Problem: I won't know which selectedID to send this particular user to until they create their first record.
Another way to ask - I want to create a page that functions very similarly to /membership_profile.php .. is there anything in AppGini that can allow me to do this?
Thanks,
-Seth.