Whitelist URL:
https://www.missouriwine.org
https://www.missouriwinemvp.com/winemvp
and various links within above
Spacing:
To enter in a new line, you will type [br /]
This will start a new line below that position
Links:
[a href="~insert link here~"]~Insert link text here~[/a]
This is where you will create a link to your site
Example - [a href='https://www.google.com' ]This ia a link to Google[/a]
This is a link to Google
Please note you must include the HTTPS:// in the link or it will not work
MailTo Breakdown:
Example - [a href='mailto:andrew.thompson@oa.mo.gov?cc=jessica.hughes@oa.mo.gov&subject=Ignore%20Because%20Of%20Test&body=This-Is-A-Misclick-From-Example-That-Is-Sent']Email Us[/a]
Email Us
[a is the start of the tag. Called an anchor
href='' this is the main place that we build the mailto, within it we have the below
mailto:address
We change the address to the email we are wanting to recieve the email
cc=
allows us to add who else to attach it to
subject=
this allows for the email title
body=
this is where you put the bulk of a default message
if you need to type a space, you will need to replace it with %20, this is for coding purposes
? after the initial email is to denote that there is more to create, & is for each additional object
Here is a step-by-step as the creation of a simple mailto empty mailto to start with
[a href=''][/a]
[a href='mailto:andrew.thompson@oa.mo.gov'][/a]
[a href='mailto:andrew.thompson@oa.mo.gov']Email Andrew[/a]
[a href='mailto:andrew.thompson@oa.mo.gov?subject=Title%20Here']Email Andrew[/a]
[a href='mailto:andrew.thompson@oa.mo.gov?subject=Title%20Here&body=Body%20Here']Email Andrew[/a]
[a href='mailto:andrew.thompson@oa.mo.gov?subject=Title%20Here&body=Body%20Here&cc=Jessica.hughes@oa.mo.gov']Email Andrew[/a]
!!Note this text is being worked on for clearer explanation!!