Daniel
Forum Replies Created
-
I’m having the same problem… Some forms work, others don’t… Funny thing is, forms that were already finished and tested that worked, stopped working when I first noticed this problem with my latest form.
For some reason this issue is marked as “resolved” when I see so confirmed solution.
I feel like I’ve tried everything — I event went as far as removing all the content from the email templates (to send a blank email) to see if there was a conflict with formatting.
It can’t be related to plugins or themes (in my case) as the forms stopped working midway through where nothing on that end was changed or added.
Has anyone had any success with this?
Thanks.
DanI’m having the same problem with a completely different form.
If it will help you trouble shoot, here are all the parts.
FORM
<h2>Organizer Information</h2> <table> <col style="width: 180px;"> <col style="width: auto;"> <tr> <td>Host Name:</td> <td>[text* host-name]</td> </tr> <tr> <td>Host Email Address:</td> <td>[email* host-email]</td> </tr> <tr> <td>Host Phone #:</td> <td>[tel* host-tel]</td> </tr> </table> <h2>Event Information</h2> <table style="border: none; margin: 0;"> <col style="width: 180px;"> <col style="width: auto;"> <tr> <td>Name of Organization:</td> <td>[text organization placeholder "Optional"]</td> </tr> <tr> <td>Event Date:</td> <td>[date* event-date placeholder "YYYY-MM-DD"]</td> </tr> <tr> <td>Start Time:</td> <td>[text* start-time]</td> </tr> <tr> <td>End Time:</td> <td>[text* end-time]</td> </tr> <tr> <td>No. of Non-Member Guests:</td> <td>[number* guest-number max:100]</td> </tr> </table> <table> <col style="width: auto;"> <col style="width: 120px;"> <tr> <td>Does the number of guests (non-members) invited fall within the scope as laid out in the current SYC policies?</td> <td>[checkbox* policy-scope exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-policy-scope]<table style="border: none; margin: 0;"> <col style="width: auto;"> <col style="width: 120px;"> <tr> <td><strong>If No,</strong> are there other SYC members in good standing who will be attending and are willing to also accept all responsibility as laid out above for hosting this event? Member(s) signature also required below and MUST attend.</td> <td>[checkbox* member-responsibility exclusive "Yes" "No"]</td> </tr> </table>[/group]</td> </tr> <tr> <td>Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?[group group-club-facilities] <strong>Please explain:</strong> [textarea* please-explain][/group]</td> <td>[checkbox* club-facilities exclusive "Yes" "No"]</td> </tr> <tr> <td>Will you require use of the kitchen, supplies and utensils?</td> <td>[checkbox* kitchen-use exclusive "Yes" "No"]</td> </tr> <tr> <td>Will you require use of the BBQ?</td> <td>[checkbox* bbq-use exclusive "Yes" "No"]</td> </tr> <tr> <td> Will you be bringing in an outside caterer (The sale of alcohol is prohibited)?</td> <td>[checkbox* caterer exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-caterer]<table style="border: none; margin: 0;"> <col style="width: 200px;"> <col style="width: auto;"> <tr> <td><strong>Caterers Name</strong></td> <td>[text caterers-name placeholder "Optional"]</td> </tr> </table>[/group]</td> </tr> <tr> <td>Will you be bringing in a DJ/Music?</td> <td>[checkbox* dj exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-dj]<table style="border: none; margin: 0;"> <col style="width: 200px;"> <col style="width: auto;"> <tr> <td><strong>DJ's Name</strong></td> <td>[text dj-name placeholder "Optional"]</td> </tr> </table>[/group]</td> </tr> <tr> <td colspan="2">Please provide a brief outline/plan of your proposed event? [textarea* outline] </td> </tr> <tr> <td colspan="2">With whom have you been in communication about this event thus far? [textarea* communication] </td> </tr> </table> [submit "Submit Form"]MAIL
<h2>Organizer Information</h2> <table> <col style="width: 180px;"> <col style="width: auto;"> <tr> <td>Host Name:</td> <td>[text* host-name]</td> </tr> <tr> <td>Host Email Address:</td> <td>[email* host-email]</td> </tr> <tr> <td>Host Phone #:</td> <td>[tel* host-tel]</td> </tr> </table> <h2>Event Information</h2> <table style="border: none; margin: 0;"> <col style="width: 180px;"> <col style="width: auto;"> <tr> <td>Name of Organization:</td> <td>[text organization placeholder "Optional"]</td> </tr> <tr> <td>Event Date:</td> <td>[date* event-date placeholder "YYYY-MM-DD"]</td> </tr> <tr> <td>Start Time:</td> <td>[text* start-time]</td> </tr> <tr> <td>End Time:</td> <td>[text* end-time]</td> </tr> <tr> <td>No. of Non-Member Guests:</td> <td>[number* guest-number max:100]</td> </tr> </table> <table> <col style="width: auto;"> <col style="width: 120px;"> <tr> <td>Does the number of guests (non-members) invited fall within the scope as laid out in the current SYC policies?</td> <td>[checkbox* policy-scope exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-policy-scope]<table style="border: none; margin: 0;"> <col style="width: auto;"> <col style="width: 120px;"> <tr> <td>Are there other SYC members in good standing who will be attending and are willing to also accept all responsibility as laid out above for hosting this event?</td> <td>[checkbox* member-responsibility exclusive "Yes" "No"]</td> </tr> </table>[/group]</td> </tr> <tr> <td>Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?[group group-club-facilities] <strong>Please explain:</strong> [textarea* please-explain][/group]</td> <td>[checkbox* club-facilities exclusive "Yes" "No"]</td> </tr> <tr> <td>Will you require use of the kitchen, supplies and utensils?</td> <td>[checkbox* kitchen-use exclusive "Yes" "No"]</td> </tr> <tr> <td>Will you require use of the BBQ?</td> <td>[checkbox* bbq-use exclusive "Yes" "No"]</td> </tr> <tr> <td> Will you be bringing in an outside caterer (The sale of alcohol is prohibited)?</td> <td>[checkbox* caterer exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-caterer]<table style="border: none; margin: 0;"> <col style="width: 200px;"> <col style="width: auto;"> <tr> <td><strong>Caterers Name</strong></td> <td>[text caterers-name placeholder "Optional"]</td> </tr> </table>[/group]</td> </tr> <tr> <td>Will you be bringing in a DJ/Music?</td> <td>[checkbox* dj exclusive "Yes" "No"]</td> </tr> <tr style="border: none; padding: 0;"> <td style="border: none; padding: 0;" colspan="2">[group group-dj]<table style="border: none; margin: 0;"> <col style="width: 200px;"> <col style="width: auto;"> <tr> <td><strong>DJ's Name</strong></td> <td>[text dj-name placeholder "Optional"]</td> </tr> </table>[/group]</td> </tr> <tr> <td colspan="2">Please provide a brief outline/plan of your proposed event? [textarea* outline] </td> </tr> <tr> <td colspan="2">With whom have you been in communication about this event thus far? [textarea* communication] </td> </tr> </table> [submit "Submit Form"]MAIL (2)
Hello [host-name], We have received your Event Request Form. Thank you for your submission. Below is a copy of your results: <h2>Organizer Information</h2> <table> <tr> <td>Host Name:</td> <td>[host-name]</td> </tr> <tr> <td>Host Email Address:</td> <td>[host-email]</td> </tr> <tr> <td>Host Phone #:</td> <td>[host-tel]</td> </tr> </table> <h2>Event Information</h2> <table> <tr> <td>Name of Organization:</td> <td>[organization]</td> </tr> <tr> <td>Event Date:</td> <td>[event-date]</td> </tr> <tr> <td>Start Time:</td> <td>[start-time]</td> </tr> <tr> <td>End Time:</td> <td>[end-time]</td> </tr> <tr> <td>No. of Non-Member Guests:</td> <td>[guest-number]</td> </tr> </table> <table> <tr> <td>Does the number of guests (non-members) invited fall within the scope as laid out in the current SYC policies?</td> <td>[policy-scope]</td> </tr> <tr> <td>[group-policy-scope]<table> <tr> <td>Are there other SYC members in good standing who will be attending and are willing to also accept all responsibility as laid out above for hosting this event?</td> <td>[member-responsibility]</td> </tr> </table>[/group-policy-scope]</td> </tr> <tr> <td>Will you require use of club facilities and equipment (eg. Round Room, Front Porch, Junior Lounge)?[group-club-facilities] <strong>Explanation:</strong> [please-explain][/group-club-facilities]</td> <td>[club-facilities]</td> </tr> <tr> <td>Will you require use of the kitchen, supplies and utensils?</td> <td>[kitchen-use]</td> </tr> <tr> <td>Will you require use of the BBQ?</td> <td>[bbq-use]</td> </tr> <tr> <td>Will you be bringing in an outside caterer (The sale of alcohol is prohibited)?</td> <td>[caterer]</td> </tr> <tr> <td>[group-caterer]<table> <tr> <td>Caterers Name</td> <td>[caterers-name]</td> </tr> </table>[/group-caterer]</td> </tr> <tr> <td>Will you be bringing in a DJ/Music?</td> <td>[dj]</td> </tr> <tr> <td colspan="2">[group-dj]<table> <tr> <td>DJ's Name</td> <td>[dj-name]</td> </tr> </table>[/group-dj]</td> </tr> <tr> <td colspan="2">Outline/plan of proposed event: [outline] </td> </tr> <tr> <td colspan="2">With whom have you been in communication about this event thus far? [communication] </td> </tr> </table> -- This e-mail was sent from a contact form on SYCThese are both checked on all:
– Exclude lines with blank mail-tags from output
– Use HTML content typeCONDITIONAL FIELDS
if dj equals Yes then show group-dj if caterer equals Yes then show group-caterer if club-facilities equals Yes then show group-club-facilities if policy-scope equals Yes then show group-policy-scopeIn this case, the shortcode is appearing in my inbox from “Mail” section, but looks fine in my inbox from the “Mail (2)” Section — and again, it was copied and pasted so the 2 are identical.
Thanks again for your help with this! π
Dan
Thank you! Just to add one more thing… The email also produces shortcodes for the other groups after this incident… The ones prior are fine.
If you need me to send you all parts in completion, I will be happy to do so.
Thank you again for your help! π
Dan
Forum: Plugins
In reply to: [Column Shortcodes] Spacing between columnsI too would like like you use the CSS provided in the FAQ how ever it breaks in mobile. π
Is there a way to correct this?
Thanks in advance! π
Forum: Plugins
In reply to: [Event Tickets and Registration] Cost information issueThanks @geoffbel, but this solution does not work — When I implement your code above it completely removes the price from the front and backend.
I ended up finding the solution in your forums… The below code returns the price field in the backend and removes “FREE -” from the cost in the frontend.
function use_cost_field( $cost, $post_id ) { $currency = tribe_get_event_meta( $post_id, '_EventCurrencySymbol', true ); $new_cost = get_post_meta( $post_id, '_EventCost', true ); if ( $new_cost > 0 ) { $new_cost = $currency . ' ' . $new_cost; } else { $new_cost = $cost; } return esc_html( $new_cost ); } add_filter( 'tribe_get_cost', 'use_cost_field', 100, 2 ); add_filter( 'tribe_events_admin_show_cost_field', '__return_true', 100 );Cheers!
- This reply was modified 9 years, 9 months ago by Daniel.
Forum: Plugins
In reply to: [Event Tickets and Registration] Cost information issueDoes anyone know why it might display the price with the word “Free – ” before it?
Thanks!
Forum: Plugins
In reply to: [Event Tickets and Registration] Cant set up a priceJust curious if anyone found a fix for this yet? There’s nothing in “/wp-content/plugins/event-tickets/src/views/” that I could find that relates to this.
I can’t believe this isn’t more of an issue — to me it’s not uncommon at all to post ticket prices… People want to how much they’re going to pay. I definitely don’t want “Free” showing up in there.
Thanks again! π
Forum: Plugins
In reply to: [Event Tickets and Registration] Cant set up a priceHello,
I just wanted to add that this issue is still not resolved — the snippet you provided does allow us to add a price BUT on the front-end it still says FREE with the price (i.e.: Free – $20).
Is there anyway to prevent “Free – ” from displaying on the front-end?
Thank you!
DanForum: Plugins
In reply to: [Email Users] Emails are not sending!Thanks guys!! Postman did the trick!!! π Resolved!
Forum: Plugins
In reply to: [Email Users] Emails are not sending!Hey Mika! Thanks for Chiming in!
I’m a big fan of DH — I especially look forward to their monthly newsletters loaded with sarcasm! π
I have my gmail address plugged in to my wordpress settings.
What’s odd here is that WordPress, BuddyPress and Contact Form 7 all send emails no problem.
It’s just this service in particular that’s causing an issue.
I’m totally stumped!
Forum: Plugins
In reply to: [Import and export users and customers] Importing all users as AdministratorGotcha! Thanks for checking in to this! π
Forum: Plugins
In reply to: [Import and export users and customers] Importing all users as AdministratorIt didn’t seem to override this setting on my end.
Please let us know if this problem is unique to me or if you were able to reproduce these results.
Cheers!
Forum: Plugins
In reply to: [Import and export users and customers] Importing all users as AdministratorEureka! After much ado, the solution proved to be an obvious one…
Settings/New User Default Role was set to Administrator:
http://pasteboard.co/53wB6uNYR.pngForum: Plugins
In reply to: [Email Users] Emails are not sending!Hi Mike and thanks for your help! π
Are you running on a Windows or Linux platform?
I’m with Dreamhost and they run on a Linux platform
Do the βexpectedβ and βactualβ paths match?
Yes they do: http://pasteboard.co/52HjNZaF2.png
Thanks again!
- This reply was modified 9 years, 11 months ago by Daniel.
Forum: Plugins
In reply to: [Import and export users and customers] Importing all users as AdministratorThank you so much for offering some of your time. I really appreciate it!! π
Best regards,
Daniel- This reply was modified 9 years, 11 months ago by Daniel.