Hi guys,
how can I make conditional required for one of two fields, either image upload or image url?
Thanks!
Hi guys,
how can I make conditional required for one of two fields, either image upload or image url?
Thanks!
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.