Hello! I found a post that explained how to create a custom HTML button using the following HTML:
<div style="text-align: middle;"> <input type="button" value="Report an Issue"> </div>
I'm wondering 2 things:
1) What can I add to center the button on the page?
2) Is it possible to add any additional code to the form to, upon clicking the button, populate a text field with a specific value? Basically I'm just wanting a fancier button to click to then cause some additional fields to appear (which I plan to handle through field rules) rather than just using a radio button or checkbox.
Any help would be appreciated. Thanks!!!