Email attachment

kari2
4 Posts
kari2 posted this 29 April 2020
Wishlist

Hi!

Would it be possible to include a section on the form where the sender could also add an attachment to the message, for example a pdf file?

Hi! Would it be possible to include a section on the form where the sender could also add an attachment to the message, for example a pdf file?
Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 29 April 2020

Hi,

Thanks for the suggestion, it will be included in our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Thanks for the suggestion, it will be included in our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
nightstorm2023
2 Posts
nightstorm2023 posted this 28 May 2020

Hi, I also need the same function. Do you plan to add it soon?
Thanks.

Hi, I also need the same function. Do you plan to add it soon? Thanks.
Support Team
Support Team posted this 29 May 2020

Hi,

We do not have any timeframe for this option, but it is included in our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, We do not have any timeframe for this option, but it is included in our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
denisspuika
4 Posts
denisspuika posted this 12 August 2020

This is must have. Literally only thing stopping from choosing your website builder.

This is must have. Literally only thing stopping from choosing your website builder.
denisspuika
4 Posts
denisspuika posted this 01 September 2021

Any update on this? Still waiting for this feature.

Any update on this? Still waiting for this feature.
Support Team
Support Team posted this 01 September 2021

Hi,

No, this option is still in our wishlist.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, No, this option is still in our wishlist. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Nicepage lover
4 Posts
Nicepage lover posted this 26 October 2021

it's easy just add a button with the following css code or HTML as you want

CSS
label {

display: block;
font: 1rem 'Fira Sans', sans-serif;

}

input,
label {

margin: .4rem 0;

}


HTML

Choose a profile picture:

<input type="file"

   id="avatar" name="avatar"
   accept="image/png, image/jpeg"> 
it's easy just add a button with the following css code or HTML as you want CSS label { display: block; font: 1rem 'Fira Sans', sans-serif; } input, label { margin: .4rem 0; } ----------------------------------------------------------- HTML Choose a profile picture: &lt;input type=&quot;file&quot; id="avatar" name="avatar" accept="image/png, image/jpeg">
You must log in or register to leave comments