I'm having the same issue.
v2.2.14
Parent drop-downs are showing only 'None' as an option, both on the Content Pages and on the Calguys Content Utils import screen.
Was anyone able to resolve?
Search found 4 matches
- Wed Dec 09, 2020 5:34 am
- Forum: CMSMS Core
- Topic: Parent drop-downs are empty after cloning site
- Replies: 3
- Views: 1208
- Sat Oct 10, 2020 9:33 pm
- Forum: CMSMS Core
- Topic: Parent drop-downs are empty after cloning site
- Replies: 3
- Views: 1208
Parent drop-downs are empty after cloning site
v2.2.14 I have cloned a fully-working site and have started working on the clone. The site displays fine, however in admin I am unable to create any new pages with a parent as the parent drop-down is not showing any pages at all (I have 12 root pages and 2 of them have children). I also have Calguys...
- Sat Apr 18, 2015 12:21 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder validation with UDT on multi-page form
- Replies: 2
- Views: 1261
Re: FormBuilder validation with UDT on multi-page form
Thanks velden.
I worked out that I can add a hidden form field in the Form Template and assign the value of $this_page to that field. Then, when page 1 of the form gets posted, I can read the value of that form field from the UDT using $_FORM[field_name]
Appreciate the tip!
I worked out that I can add a hidden form field in the Form Template and assign the value of $this_page to that field. Then, when page 1 of the form gets posted, I can read the value of that form field from the UDT using $_FORM[field_name]
Appreciate the tip!
- Sun Apr 12, 2015 12:16 am
- Forum: Modules/Add-Ons
- Topic: FormBuilder validation with UDT on multi-page form
- Replies: 2
- Views: 1261
FormBuilder validation with UDT on multi-page form
Hi, I have a Formbuilder form which has 2 pages. An option selected on the first page determines which fields are displayed on the 2nd page. I have this working fine using jQuery. However, I want to do some form validation on the 2nd page which can't be done using the Formbuilder validation, so I ne...