How to make options display text?

Hardyman 17 Mar, 2015
I'm trying to make a form where you can select an image and be provided the embed code. How can I do that? I tried using radio buttons with a textbox, but I can't get it to work.
GreyHead 17 Mar, 2015
Hi Hardyman,

What exactly do you want - a table layout with an image and a radio-button in each row? You could do that with a Custom Code element.

Where does the data come from? and how do you want to display the embed code?

Bob
Hardyman 17 Mar, 2015
I'm trying to make a badge page (similar to this one https://instagram.com/accounts/badges/) using Chronoforms. I'm not sure where the data needs to be pulled from, but it shouldn't be too complicated, right?
GreyHead 18 Mar, 2015
Hi Hardyman,

That should be fairly simple. It looks as though each of the icons is a link so that you can change the icon when it is selected and then a jQuery onClick event will let you change the script in the textarea.

Bob
This topic is locked and no more replies can be posted.