mcaronan
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Mail Output is not working properly.Here’s my code:
Select Recipient [select* your-recipients "1st|[email protected]" "2nd|[email protected]" "3rd|[email protected]"] [group 1st] <fieldset> <legend><h4>1st Option</h4></legend> <input type="hidden" name="subject" value="1st Option"> <p>Your Name (required) [text name1] </p> <p>Your Email (required) [email email1] </p> <p>Topic [text topic] </p> <p>Your Message [textarea -message1] </p> <p>[submit "Send"]</p> </fieldset> [/group] [group 2nd] <fieldset> <legend><h4>2nd Option</h4></legend> <input type="hidden" name="subject" value="2nd Option"> <p>Your Name (required) [text name2] </p> <p>Your Email (required) [email email2] </p> <p>Product Name [text pname] </p> <p>Your Message [textarea message2] </p> <p>[submit "Send"]</p> </fieldset> [/group] [group 3rd] <fieldset> <legend><h4>3rd Option</h4></legend> <input type="hidden" name="subject" value="3rd Option"> <p>Your Name (required) [text name3] </p> <p>Your Email (required) [email email3] </p> <p>Store Name [text sname] </p> <p>Store Address [text address] </p> <p>Your Message [textarea message3] </p> <p>[submit "Send"]</p> </fieldset> [/group]
Thanks
Hi,
Im also experiencing this bug. Here’s the steps that to replicate the scenario:
1. Add new events
2. Tick “Enable registration for this event”It will show you Ticket option together with pre-made “Standard Ticket” which I found it weird since the on previous versions you need to create ticket first. If you try to click edit or delete, “Standard Ticket” will be remove from the option.
i see so these placeholders are for emails only. anyhow i already figured it out how to get pricing using php :
<?php $EM_Ticket->get_price(false); ?>
im going to add a drop down selection at the sidebar so that users can browse upcoming events
thanks agelonwl. Will check on it.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Send email not workingHi,
I’m also having problems with sending emails. Before upgrading to ver2.2 it works but now I’m getting errors.
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] votes is not updatingi somehow resolved the comments by adding a facebook comments but there’s another problem that shows up which is adding a description. If only this plugin could have a meta description on the individual page, it would be cooler..