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.

conditional required image upload or image url

  1. Hi guys,

    how can I make conditional required for one of two fields, either image upload or image url?

    Thanks!

    Posted 11 years ago on Thursday November 8, 2012 | Permalink
  2. Add a radio button field to your form asking the question "would you like to upload and image or provide the URL?" Your two choices will be "upload" and "URL" or something like that. Then, add both fields to your form, one for the URL and one for the upload. Make them both required. Then, use conditional logic to show the upload field if that was their radio button selection, or the URL field if that was their selection.

    Posted 11 years ago on Thursday November 8, 2012 | Permalink