- 🇺🇸United States esod
I'm able to to replicate this issue too. Select 'Recuse' in the attached form.
- 🇺🇸United States esod
I was hoping this wasn't just a webform problem, but it is a webform problem.
- 🇮🇳India dev2.addweb
@esod It works with Plain text format. I think it having problem with ckeditor.
In first webform issue, I have resolved by updating select_2 states
select_2: '#type': select '#title': 'Select 2' '#options': 'Yes': 'Yes' 'No': 'No' '#states': invisible: - ':input[name="select"]': value: A - or - ':input[name="select"]': value: C required: ':input[name="select"]': value: B ':input[name="select_1"]': value: 'Yes'
- 🇺🇸United States esod
@nilesh.addweb Yes, it works with plain text format or a textarea, which is also plain text. We'd like this to work using a CKEditor 5 text_format element.
- 🇺🇸United States esod
This form uses only textfield, radio elements and #states.
Open the Console on your browser.
Select 'I am the nominee.'
Fill out the form.
Click Submit.
See the 'An invalid form control...' error.Open the Console on your browser.
Select 'I am submitting on behalf of the nominee.'
Fill out the form.
Click Submit.
The form submits.