So essentially what you did was make a form block cover the entire page, and then within that from block you added multiple div blocks to create sections? Is this correct?
I have another question that you can possibly help me out with.
On the same page, where I have multiple events (Question #2) How can I have user be able to click on and select each event? I would like the user to be able to click on each event, and for it to look like how it looks when you hover over each option.
I currently used the checkbox, and stylized the field.
@Dushaan if you created a duplicate button with the hover style as its default style (updated border color) you could absolutely position it over the top and display it on click with an interaction and it would hold its new colors.
Hey @billvdh I have tried your suggestion and It seems to work, but since I am overlaying the duplicate button over the actual button, every time I click the actual button the duplicate button appears on top, and I am no longer able to click on the actual button underneath to un-click the selection. In other words, the interaction causes the Duplicate button to be on top and not allow me to click on the actual button.
@Dushaan - I could see that becoming a problem with certain designs, an alternate method would be to use custom code to toggle a class and change the design, you can create a separate element on the page and design it to look like what it should appear as after being clicked and then use jquery to add that class on click - I haven’t built it with a checkbox but have used in other cases successfully with this code to change layouts