My single record update form is not working. I have a table called CONTACTS. There are 4 fields defined in the table. The field names are the following:
1. Contact ID Number (auto-value)
2. First Name
3. Last Name
4. Phone Number
I am not using any Access and Security. To identify the record to be updated, I am using "Find record through unique ID". My Unique ID field is the Contact ID and my parameter name is [@CIN]. I have selected all the fields to be used on the Web form and have made the Contact ID Number hidden. In preview mode, it is able to locate the correct record to modify! I want to be able to enter a specific Contact ID to change any of the other 3 fields. I believe I do not know how to properly configure the Contact ID Number field (both Standard and Advanced properties). I have deployed / embedded the code on my wix.com page. In live mode, I do not get prompted for my parameter. I have tried passing the parameter on the URL. I suspect my syntax is incorrect. Please assist.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
mbogen52
My single record update form is not working. I have a table called CONTACTS. There are 4 fields defined in the table. The field names are the following:
1. Contact ID Number (auto-value)
2. First Name
3. Last Name
4. Phone Number
I am not using any Access and Security. To identify the record to be updated, I am using "Find record through unique ID". My Unique ID field is the Contact ID and my parameter name is [@CIN]. I have selected all the fields to be used on the Web form and have made the Contact ID Number hidden. In preview mode, it is able to locate the correct record to modify! I want to be able to enter a specific Contact ID to change any of the other 3 fields. I believe I do not know how to properly configure the Contact ID Number field (both Standard and Advanced properties). I have deployed / embedded the code on my wix.com page. In live mode, I do not get prompted for my parameter. I have tried passing the parameter on the URL. I suspect my syntax is incorrect. Please assist.
Thank you
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.