can i add pictures to my form so people can see the different options im offering?
can i add pictures to my form so people can see the different options im offering?
Yes, you have a few options here. You can add HTML fields that allow for HTML, so you can add images that way. You can also add images to other fields as well, for example radio field could have multiple images, one for each option.
Ty my good sir for the timely (and what i wanted to hear) response ^_^
You got it my friend. Glad to help! ;)
ok sry follow up question for the radio buttons do i add html code to the values field?
You would place the img src in the Label field. The values you could use for your own identification purposes - those don't display for the user.
ok one more dumb question, im new to this if u couldnt tell. where would i find the img src? ive tried a few different things but nothing worked.
You would need to upload your images to your WP Media Library. From there you can grab the image source. Your html would be:
<img src="image path here" alt="Image Description" />
Ty once again good sir for your wise words of wisdom, i have figured it out :)
Awesome, enjoy!