Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#121 2016-09-01 10:01:40

planeth
Plugin Author
From: Nantes, France
Registered: 2009-03-19
Posts: 215
Website

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

Thanks a lot :) Forgot about this !

Offline

#122 2016-09-17 12:25:57

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

my contact form is quite long – is it possible to split it into two equal heights columns

Offline

#123 2016-09-17 13:50:51

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

Gallex wrote #301584:

my contact form is quite long – is it possible to split it into two equal heights columns

Hi Gallex

Yes it is. As with most txp things layout is up to the user.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#124 2016-09-18 06:32:36

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

colak wrote #301589:

Yes it is. As with most txp things layout is up to the user.

…but i has to place the field specifications in a Textpattern form, and call it like this:

<txp:zem_contact to="recipient@example.com" form="my-contact-form" />

this is the only way, isn’t? i can’t split this code below?

<txp:zem_contact to="recipient@example.com">
    <txp:zem_contact_email />
    <txp:zem_contact_text label="Phone" min="7" max="15" />
    <txp:zem_contact_textarea label="Your question" />
    <txp:zem_contact_submit label="Send" />
</txp:zem_contact>

Offline

#125 2016-09-18 06:41:30

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,079
Website

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

Gallex wrote #301606:

Sure you can do it. You can e.g. wrap each line in a div or whatever suits you.
You can create groups by wrapping a number of fields into one block if you need to…

<section>
    <div><txp:zem_contact to="recipient@example.com"></div>
    <div><txp:zem_contact_email /></div>
    <div><txp:zem_contact_text label="Phone" min="7" max="15" /></div>
</section>
<p> add some text here, just because I can…</p>
<div>
    <txp:zem_contact_textarea label="Your question" />
</div>
<p>
    <txp:zem_contact_submit label="Send" />
</p>
</txp:zem_contact>

…and so on. You get the picture, I guess.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#126 2016-09-18 07:52:38

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

phiw13 wrote #301607:

Gallex wrote #301606:
Sure you can do it. You can e.g. wrap each line in a div or whatever suits you.
You can create groups by wrapping a number of fields into one block if you need to…

i inserted divs into wrong places. ;) they should resist inside <txp:zem_contact to="..."> and </txp:zem_contact> tags

<txp:zem_contact to="recipient@example.com">
    <div><txp:zem_contact_email />
    <txp:zem_contact_text label="Phone" min="7" max="15" /></div>
    <div><txp:zem_contact_textarea label="Your question" />
    <txp:zem_contact_submit label="Send" /></div>
</txp:zem_contact>

now it splits like i would like.

Offline

#127 2016-09-18 08:10:22

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,079
Website

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

Gallex wrote #301609:

i inserted divs into wrong places. ;) they should resist inside <txp:zem_contact to="..."> and </txp:zem_contact> tags

I notice now that I made the same mistake in my code example – something about copy/paste gone mad :-).


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#128 2016-10-15 21:06:54

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

This thread already got very long, so please forgive me, if this has been asked before: Has anyone dived into the possibility of attaching files to emails via contact form yet?


A hole turned upside down is a dome, when there’s also gravity.

Offline

#129 2016-10-26 23:44:37

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

i am not able to activate the form on my website. It’s installed, and appears on the website but it fails to send anything???

using the latest Textpattern CMS 4.6.2 and latest Plugin https://github.com/Bloke/zem_contact_reborn/releases


…. texted postive

Offline

#130 2016-10-27 02:42:26

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,079
Website

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

bici wrote #302505:

i am not able to activate the form on my website. It’s installed, and appears on the website but it fails to send anything???

you mean – no mail is sent ? Maybe this post can help ?


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#131 2016-10-27 03:45:38

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

phiw13 wrote #302508:

you mean – no mail is sent ? Maybe this post can help ?

nothing worked. i think something funky is going on. i decided to update another site. i disabled the plugins. updated to 4.6.2. installed the new zem_contact_reborn v4.5.0.0 and voila all is working fine. all my sites are on webfaction.

update: to clarify the contact form once filled in, fails to send any emails. no errors, no indication of a successful send

Last edited by bici (2016-10-27 04:20:07)


…. texted postive

Offline

#132 2016-10-27 20:56:47

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: zem_contact_reborn v4.5.0.0: contact mail form processing

I have the ZCR form working on other Sites. So there is something else causing the problems on my one site.


…. texted postive

Offline

Board footer

Powered by FluxBB