[TYPO3-english] Mailform from TS

Jan Bednarik info at bednarik.org
Mon Aug 5 17:19:49 CEST 2013


I solved it by creating the mailform as regular CE and then fetching it 
using RECORDS.

Jan

Dne 3.8.2013 18:30, Jan Bednarik napsal(a):
> Hi,
>
> I need to insert a mailform into every page (you click an icon, form
> will popup), so I've done it over TS, but it just doesn't work. No
> e-mail is sent. A formmail inserted as content element sends emails just
> fine. I suspect that missing locationData can be the problem. I tried to
> uncheck secureFormmail and strictFormmail (or what is it called), but
> still nothing.
>
> page.100 = FORM
> page.100 {
>    stdWrap.wrap = <div id="quickcontact"><span>X</span>|</div>
>    locationData = 0
>    accessibility = 1
>    data (
> Rychlý kontakt | label | Rychlý kontakt
> Firma: | *name=input,30
> Telefon: | *telefon=input,30
> E-mail: | *email=input,30 | | EMAIL : E-mail nemá správný tvar.
> Mám zájem o | label | Mám zájem o
>   | zajem=select | 3D animace, 3D konfigurátory, 3D vizualizace, Webdesign
>   | formtype_mail =submit | Odeslat &gt;
> |html_enabled=hidden | 1
> |subject=hidden| Poptávka z webu
>    )
>    recipient = info at bednarik.org
>    badMess = Povinná pole:
>    layout = <p>###LABEL### ###FIELD###</p>
>    labelWrap = <h5>|</h5>
>    LABEL.layout = <h5>###FIELD###</h5>
>    params.submit=class="submit"
>    REQ = 1
>    dontMd5FieldNames = 1
>    formName = mailform
> }
>
> PS: It's 4.5
>
> Any idea?
>
> Thanks
>
> Jan



More information about the TYPO3-english mailing list