PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Option Field Radio Button value field linked to large display image?

  1. I am trying to have an Option Field Radio Button update an image inside a div. Is there a script/function that can look at the selected radio button and use the contents of the value field (image url) to update an image on the same page? I'd like to effectively accomplish something like what these guys did with the swatches: http://dev.rockgear.com/shop/custom-ladies-tee/

    (it looks like they might have used conditional logic to display the images in a separate html field, but I have so many different radio buttons that it would be much more simple/scalable if there is a way to use the value field and a script)

    Thanks for any help you can provide!!!

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  2. If "adequate response time" for forum support is 48 hours, why has it been a week and no reply? Not sure if this is sop for treatment of dev license holders' requests, but I would think that paying for the most expensive license would at least yield a response. :|

    Posted 11 years ago on Tuesday May 29, 2012 | Permalink
  3. Yes, they are using HTML fields with conditional logic. That is how this would work out of the box. You are asking for a customization here. Let me see if anyone on the team has any ideas. Also, since you are a developer license holder - you can use the Priority Support Form located here:
    http://www.gravityhelp.com/priority-support/

    Posted 11 years ago on Tuesday May 29, 2012 | Permalink
  4. Thanks Rob! I actually had sent this request to via priority support back on the 18th and was told to post a request here, so maybe some lines got crossed somewhere. Either way, I'd really appreciate it if anyone on the team can help out!!!

    Posted 11 years ago on Tuesday May 29, 2012 | Permalink
  5. Gotcha, it's probably due to this being related to a customization. I'll let you know if I hear back from anyone. Your worst-case you can use conditional logic with the HTML fields.

    Posted 11 years ago on Tuesday May 29, 2012 | Permalink
  6. Hi Rob,

    Any word? I have over 275 different combinations, so conditional logic would be quite an investment in time. :)

    I just need to know what to call in order to modify the function provided in the below thread for radio buttons instead of dropdowns:
    http://www.gravityhelp.com/forums/topic/linking-images-to-certain-drop-down-fields
    http://pastie.org/1555128 (relavant function)
    http://grab.by/8UNg (screengrab of image URL as value)

    Thanks!

    Posted 11 years ago on Sunday June 3, 2012 | Permalink
  7. Hi acquaphoto,

    You should only need to modify ".change" on this line:

    [js]
    $(dropdown).change(function(){

    to ".click"

    Posted 11 years ago on Monday June 4, 2012 | Permalink