Hi everyone, total noob here. I’m trying to make a donation form where users get to input their own amounts. BUT there are also preset amounts to select (since the preset amounts option isn’t the prettiest in my opinion).
So what I’m trying to do is have multiple buttons with various values on them - I already have their IDs set to the button values (ie: button72, button180, button360) and the form field I want to fill is ID-ed as AMOUNT. What I want: when a given button is selected (IE: 72), the AMOUNT field will fill with the amount on that button.
I’ve been spinning my wheels between JS and the Velo functionality and am frankly pretty lost. Any help on how to set up even one of these buttons would be incredibly helpful, and I can figure out the rest!
Thank you!