Hi there,
I am in a bit hurry and within a genuine problem. Need help!
I am using a separate PHP script for storing the form data using cms:db_persist into a clonable template. Certainly there has been introduced a new repeatable region which holds two editable regions of text type. Please tell me how can I store the repeatable regions data from the form using db_persist tag.
in above tag, responsedetails is the repeatable region. Please tell me a trick to store this data. Tried too find a lot but posting the query was last option.
I am in a bit hurry and within a genuine problem. Need help!
I am using a separate PHP script for storing the form data using cms:db_persist into a clonable template. Certainly there has been introduced a new repeatable region which holds two editable regions of text type. Please tell me how can I store the repeatable regions data from the form using db_persist tag.
- Code: Select all
<cms:db_persist
_masterpage='surveyForm.php'
_mode='create'
_invalidate_cache='0'
_autotitle='0'
k_page_title=randomName
k_page_name=randomName
account=account
service_category=service_category
sub_service_category=sub_service_category
responsedetails=f_responsedetails
/>
in above tag, responsedetails is the repeatable region. Please tell me a trick to store this data. Tried too find a lot but posting the query was last option.