Forum Replies Created
- AuthorPosts
pixelblvd
ParticipantThx Ally, i will give it a try.
pixelblvd
ParticipantUnfortunately thats no real solution, as i need to color group several options together, but thanks anyway.
March 30, 2021 at 11:48 am in reply to: Displaying Labels instead of Values of Selects/Radios #32781pixelblvd
ParticipantThank you Ally
March 24, 2021 at 11:09 am in reply to: Replace Radio Options on next page based on choice on current page #32760pixelblvd
ParticipantThx Ally, that worked.
Now i have one more minor problem.
Option field 3 is actually dynamically populated as well, based on Option Field 2. i used the same code you provided me before. That works.
The minor problem is, that as its a ajax request and the fields are on the same page, the field shows instantly when changing Option Field 2 and then after the Ajax request is completed the options get replaced. Would be nice if could wait to show field 3 after the request.
My solution to that would probably be to disable the conditional logic in the editor and do manually with jS. Or is there another solution?
Thank you!
March 23, 2021 at 4:15 pm in reply to: Replace Radio Options on next page based on choice on current page #32755pixelblvd
ParticipantGreat, exactly what i was looking for.
There’s only a small problem now. If i replace the content of Option Field 2, the conditional logic no longer works for it. i want to show a a third option field when selecting a value in the second one. I guess the event listener is removed once i use .replaceWith….
- AuthorPosts