I have a database called ‘client’ with the fields: Registration Code, Financial Code, Name, Phone, Email, Monthly Payment, Payment Amount.
I would like to create a 2 dynamic pages so I could edit the data and save.
The first dynamic page to display data about registration with the fields: Registration code, name, phone, email.
The second dynamic page to display payment data with the fields:
Financial Code, name, monthly payment, payment amount.
The main idea is: Create a common page with a table bound to the dataset.
Table Fields:
Name
registration code (link: Dynamic Page 1)
Financial code (link: Dynamic page 2)
What happened was:
I was able to create the first dynamic page with the url: www.example.wixsite.com/client/{registrationcode}
Okay, wix accepted.
The error happens when I create the second url www.example.wixsite.com/client/{financialcode}
The message says: “url conflict, this field is already being used”
How can I fix this problem?
I would like to create a 2 dynamic pages so I could edit the data and save.
The first dynamic page to display data about registration with the fields: Registration code, name, phone, email.
The second dynamic page to display payment data with the fields:
Financial Code, name, monthly payment, payment amount.
The main idea is: Create a common page with a table bound to the dataset.
Table Fields:
Name
registration code (link: Dynamic Page 1)
Financial code (link: Dynamic page 2)
What happened was:
I was able to create the first dynamic page with the url: www.example.wixsite.com/client/{registrationcode}
Okay, wix accepted.
The error happens when I create the second url www.example.wixsite.com/client/{financialcode}
I have
How can I fix this problem?