Hi,
So, I know that it is recommended to use cloned pages instead of repeatable regions with data-bound forms, but say I absolutely had to use data-bound forms with a repeatable region. What kind of markup would I have to write, and how do I proceed?
My page structure is like this:
orders.php (clonable) --> order-item (repeatable-region)
And I want logged in users to be able to create cloned pages of orders.php with multiple order-item fields (repeatable) in each.
How would I go about this?
P.S: Coming back to Couch after almost 1-2 years, so I may be a bit rusty about the syntax, or new features, but please help me out here
So, I know that it is recommended to use cloned pages instead of repeatable regions with data-bound forms, but say I absolutely had to use data-bound forms with a repeatable region. What kind of markup would I have to write, and how do I proceed?
My page structure is like this:
orders.php (clonable) --> order-item (repeatable-region)
And I want logged in users to be able to create cloned pages of orders.php with multiple order-item fields (repeatable) in each.
How would I go about this?
P.S: Coming back to Couch after almost 1-2 years, so I may be a bit rusty about the syntax, or new features, but please help me out here