Is there a way to display the photo upload form in a WP page rather than as a pop-up? I'd like to replace the 'Add Photo' link with the actual upload form.
resolvedIs there a way to display the photo upload form in a WP page rather than as a pop-up? I'd like to replace the 'Add Photo' link with the actual upload form.
Hi Alice,
Just add form_visible=true to your shortcode. Something like:
[photosmash form_visible=true]
Cheers,
Byron
Byron,
Worked like a charm! THANK YOU!!! Saved me :)
~Alice
Welcome!
BB