Hello! I’m building an image editor and I was wondering if it’s possible to make a button (or maybe custom button in group) an input. I.E. If I want to select a size 8 x 10 and I press the button then that will send this to database once order is complete. (so I know what size the customer wants). I currently have it setup as a radio option which works and I’ve tested it but radio is just ugly
Yep you can just make these as clickable groups with text in then.
On click make them set a custom state, then when you perform the upload you can use the custom state to determine the size they selected.
Print = sunny day
Size = 1x1
Kinda thing
I would suggest you create an option set for size options to make that easy to manage
I had a feeling custom states was going to be the path, but I am a bubble NOOB lol. I will look more into the custom state option. Thanks so much!
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.