Give me a HTML-MailForm Code which I can set with copying & pasting to my "Pages" or "Posts".

Yes. RL will give you 3 types of codes: div-type, table-type, and ul-type.

RL uses the div-type in the live demo.
div-type

Add the following to the CSS:


/*---------------------------------------------------
FORM
--------------------------------------------------*/
.inputtext {
width: 100%;
}


ul-type



The form's style is created by ul. To remove the list mark(*) that is automatically displayed at the beginning of the sentence, add the following to the CSS:


/*---------------------------------------------------
FORM
--------------------------------------------------*/
#form_container ul li {
list-style-type:none
}



(*) Depending on your theme, you don't see the list mark at all.

table-type



( , JST )

URL of this page: https://www.rainbow-link.com/FAQ.htm?&faq_id=216


www.Rainbow-Link.com

RainbowLink Inc.