Email attachment missing
-
Hi there, first of all: Your plugin is awesome, thank you so much for this!
I just have a tiny issue with email attachments. I’m using a file upload field with the ‘basic’ uploader. And everything is working fine here: The file gets uploaded to the server and the saved form entry contains the link to the file! But for some reason it’s not showing up in the email. Below the field name is just an “h” with no link. Do you know what to do?
Let me know if you have any questions.
Best regards
Robin$args = array(
‘uploader’ => ‘basic’,
‘submit_text’ => ‘Send Request’
);advanced_form( ‘form_5acfceaaac1de’, $args );
The topic ‘Email attachment missing’ is closed to new replies.