vittorio09
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Attributes not shown in e-mailsThank you Franky! It works!
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Attributes not shown in e-mailsFrankly I’m not so able in Php.
It is sufficient to write:
unserialize($event[event_attributes]); ?
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Attributes not shown in e-mailsShould it be right?
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Attributes not shown in e-mailsHi
The output is:
[event_attributes] => a:1:{s:18:"event_creator_name";s:8:"Vittorio";}Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Contact email bodyOk, solved
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Contact email bodyOh, now I see.. I have to use this attribute somewhere in some template before using it in the frontend?
- This reply was modified 8 years, 7 months ago by vittorio09.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Contact email bodyActually it is present in form.php but nothing appears.
Where I define the type (ex. text, date, number) of the attribute?
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Contact email bodyThank you very much for the prompt reply. I will ask just for another question:
If I want to create a new field called “Phone number”, i have to put in form.php:
EMEFS::attribute(‘phone_number’); This creates the attributes but not the input field.
How can I create the field where to put the numbers in frontend?
I know that this could sound a dumb question, I apologise for that.
Thank you in advance