Email

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Bazza2
 
 
Posts: 49
Joined: Mon Apr 25, 2016 8:34 am

Email

Post by Bazza2 »

Hello
I have set up an email using the Insert Link/Email address.
It will not work in preview F5. Just wondering if the site needs to be published for it to work.

Many Thanks
wwonderfull
 
 
Posts: 1433
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Email

Post by wwonderfull »

I think you are referring to the mailto method. Mailto is not recommended it is better to use built-in PHP form script.
User avatar
BaconFries
 
 
Posts: 5619
Joined: Thu Aug 16, 2007 7:32 pm

Re: Email

Post by BaconFries »

When you add a email link it uses the mailto: method. What this then does is it will open the email client on your PC or the users PC. The email client can be one of the following gmail, hotmail, yahoo etc. If you haven’t configured this then onclick of the link won't do anything. Using this method isn't recommended as it relies on the user having a email account on there PC configured to send and receive emails.
This is why you should always try to use a "Form" to send emails.
Beth
 
 
Posts: 92
Joined: Mon Jan 15, 2018 10:55 pm

Re: Email

Post by Beth »

How can you do this when using a Card? It seems that there are no options. Are there any work-arounds?
User avatar
BaconFries
 
 
Posts: 5619
Joined: Thu Aug 16, 2007 7:32 pm

Re: Email

Post by BaconFries »

How can you do this when using a Card?
Have you looked at using a "Button" Link->Link to:
wwonderfull
 
 
Posts: 1433
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Email

Post by wwonderfull »

Cards do not support form. If you are using the forms built in script then you might need to mimic the form looking like the card to achieve the trick.
Post Reply