I now need a way to be able to open the Media Library from a formidable form to select single or multiple images that are included with the form, rather than uploading an image.
Is there any way to do this?
You can use the HTML field type to add custom HTML and do something like this - https://wordpress.stackexchange.com/questions/188979/open-media-box-library-from-link. You'll then after to use the frm_after_create_entry/frm_after_update_entry hooks to save the chosen value to a hidden field in your form
Please login or Register to submit your answer