Tagged: check box, editing window, multi page form
Author | Posts |
---|---|
TallblokeUK
June 9, 2018 at 5:45 pm
|
Heads up! this post was created when Microthemer was at version 5. The current version is 7. Some references to the interface may be out of date. Hi there, Just trying out microthemer and I’ve tun into a problem. I’ve got a custom multi page javascript form I want to style. Page 1 is just some text, a checkbox and a next button. The checkbox needs to be ticked to progress to the next page. They’re not actually separate pages, just javascript shows and hides them. The issue is I can’t actually tick the box when using microthemer. Any clever solutions? |
Abland
June 10, 2018 at 11:18 am
|
Hi, TallblokeUK, If using Chrome you can just right click and Inspect the check box, then in the html for the input add: checked=”checked” Any other browser should have the same inspect function.
It should work but let me know how it goes 🙂 |
Sebastian
June 11, 2018 at 10:40 am
|
@Abland thanks so much for sharing your great workaround!
Please let me know if you need help with anything else. Cheers! |