Forum Discussion

BrianDunk's avatar
BrianDunk
Qrew Cadet
3 days ago

Muliple Choice field set with Form URL?

I am wanting to place an image on a form.  I have many forms and each version may have a different image.  I was wondering if it is possible to set a Multiple Choice field to a specific value using the URL the user clicks on to open the form?  My thought is that if I can set the field to the correct value then I can determine which image to show on the form based on the field value that has been set.  Is there a better way to accomplish this?

Thanks,

Brian

3 Replies

  • You say you have different forms. Does every form have a different image? If so, then the best way to simply to use a text field on the form to display the image. The URL can directly hardcoded into the text element of the form.

    • BrianDunk's avatar
      BrianDunk
      Qrew Cadet

      Hi Mark,  What would that URL look like in the text element.  Rick Text field?  

  • This link here has some examples

    Images on forms | Qrew Discussions

     

    If you are using a text element on a form, then it obviously cannot be a formula so you need to explicitly have the full you are out. If you are making a formula field, you can use the syntax with urlroot() ... etc