if I want certain text to show when a page is first loaded(a question mark in a box), and then after the user inputs some info by choosing checkboxes to change the “?” to a number, what would the code be for the “?” to be there on load and then change?
Hi,
You can set the on load text in the placeholder’s settings, in order to change the text after a checkbox is changed create an event, check out this article about event handlers.
Thank you for your response! I have tried following through this video and setting it up on my website, but I just cant figure out how to connect the different things and have them change. I am very new to this and trying to learn more, but is there anyway you could give me an example of what the code might look like?