Events Made Easy › Forums › Bug fixed or feature request implemented › mail from trunk version
- This topic has 14 replies, 2 voices, and was last updated 11 years, 2 months ago by
Franky.
-
AuthorPosts
-
Tue 4 Feb 2014 at 15:41 #44153
Anonymous
InactiveHello, first thanks for your application.
I have tested the trunk version with the multiseat and multiprice function.
In fact have just replaced into my wordpress site three files by the three modified files in the trunk version like explained here http://www.e-dynamics.be/bbpress/topic.php?id=2152#post-9002. It seems running well but since that change when I test a submit form, the required field sent(mail and user) are always the default one (admin and postmaster) and not the infomation write when submiting. Other field are submiting well.
christophe
Tue 4 Feb 2014 at 15:47 #51179Franky
KeymasterIt’s dangerous to replace just those files. Either implement the mentioned changes or use the real trunk version:
Tue 4 Feb 2014 at 16:23 #51180Anonymous
Inactivethanks for your fast response.
I have transfered the trunk versions to the folder by ftp (to replace existing one). I m not sure that’s the good procedure because it’s always the same issue.
installing it by the zip file wordpress procedure isn’t running because the folder is already existing.
christophe
Tue 4 Feb 2014 at 16:43 #51181Franky
KeymasterOk I’ll check. So you talk about name and email, no?
I’m guessnig this only happens when you’re logged in … and this is propably a side effect by this change:
https://plugins.trac.wordpress.org/changeset/849454/
So I need to test this 🙂
Tue 4 Feb 2014 at 16:49 #51182Anonymous
InactiveYes the name and email. I have also checked when user disconnected but with the same result.
let’s me know
thanks
Tue 4 Feb 2014 at 18:33 #51183Franky
KeymasterGood news: I’m able to reproduce it 🙂
Tue 4 Feb 2014 at 18:51 #51184Franky
KeymasterThis fixes it:
Tue 4 Feb 2014 at 18:59 #51185Anonymous
Inactivewell good news for me too, I’m not as stupid as I thought 🙂
Tue 4 Feb 2014 at 19:27 #51186Anonymous
Inactiveit seems solved but now I have an issue with “people” who is always postmaster and admin in te backoffice.
I have also an issue with the total with multiprice multiseat.
price is 60||35||35
max place is 1||1||1
place to reserve 1||0||0
If I select in seat field: seat1 “1” seat2 “1” seat3 “1” I expect to obtain 60+35+35 then 130 but I have 60+60+60= 180
Tue 4 Feb 2014 at 22:06 #51187Franky
KeymasterThe people thing is fixed here:
https://plugins.trac.wordpress.org/changeset/851558
I need to check the rest
Tue 4 Feb 2014 at 22:33 #51188Franky
KeymasterOk, the other part was something I added but forgot to remove, try this:
Wed 5 Feb 2014 at 08:32 #51189Anonymous
InactiveFranky,
the total is correct now.
Poeple name is correct but mail not (in poeple backoffice).
thanks
christophe
Wed 5 Feb 2014 at 18:00 #51190Franky
KeymasterAre you sure about that? In my test in the EME “people” backend it shows correctly.
Otherwise you can always mail me an admin account to test things.
Thu 6 Feb 2014 at 15:02 #51191Anonymous
InactiveIt’s ok for poeple, it’s because I was connected into the backoffice like admin when I have submit the form.
I have an issue with the export list.
exemple my form is to register two guys.
guys 1:
PHONE number = #_FIELD01
guys 2:
PHONE number = #_FIELD02
when exporting CSV , only field one with phone number is exported. I have modified my form in
guys1 PHONE number = #_FIELD01
guys2 PHONE number = #_FIELD02
Thu 6 Feb 2014 at 15:22 #51192Franky
KeymasterDon’t use FIELD01, use FIELD1. Don’t use a “0” if not needed
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.