Lori Schroeder
Forum Replies Created
-
I reinstalled Ninja forms, same thing happens.
I deactivated all the plugins and still got the same result. This is the email received, which is not the same order as the form.
Number of Ski\Board Bags: 1
Scheduled Pick Up Time: 12:00 am
Date of Departure: 04/11/2024
Pick Up Lodge or Address: test
Number of Passengers Departing: 1
Child Seat Needed: No
Destination Lodge or Address: test
Name: Lori
Airport Arriving From: test
Airline and Flight Number: test
Time of Arrival: 12:00 am
Date of Arrival: 04/03/2024
Total Number of Passengers: 1
Cell Phone: 555-555-1212
Email: lori@test.comI don’t see a way to upload a file here.
I just tested it out and unfortunately I am still getting the same result. None of the selections are showing in the shopping cart if I pick 2 or 3 flavors. Also, there is a Mini Greeting Card text field that does not display in the shopping cart either. I am at version 32.0.13.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Plugin not workingThank you, it’s fixed now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fatal Error MessageThanks for getting back to me. The website host fixed it. Here is what they said: It looks like ModSec was getting in the way, we did have to disable it but everything for editing should work now.
Thanks for the information, that was very helpful. Is there a way hide Mobile Phone (which I’ve renamed to Phone #2) on the directory page if it is blank? I added a new custom field, Phone #3, and that does not display if it is blank. But Phone #2 always does.
Thanks, that worked perfectly!
Thanks, I am able to get Webinar as the default now. I got an error at first, so I had to put if($field[‘taxonomy’]==’event_listing_type’) instead.
One more question please! How do I change the default for Online Event from No to Yes?
Thanks for your help, that made sense to me and I think I did what you wrote, but it did not change the default.
I copied term-multiselect-field.php into wp-content/themes/lifterlms-launchpad/wp-event-manager. I then copied the code above. But the default on the form still remains as Networking Event – In Person.
I’ll copy the code I have here:<?php // Get selected value if (isset($field['value'])) { $selected = $field['value']; } elseif (!empty($field['default']) && is_int($field['default'])) { $selected = $field['default']; } elseif (!empty($field['default']) && ($term = get_term_by('slug', $field['default'], $field['taxonomy']))) { $selected = $term->term_id; } else { $selected = ''; } if($field['taxonomy']==event_listing_type) { $selected = 1390; } wp_enqueue_script('wp-event-manager-term-multiselect'); $args = array( 'taxonomy' => $field['taxonomy'], 'hierarchical' => 1, 'name' => isset($field['name']) ? $field['name'] : $key, 'orderby' => 'name', 'selected' => $selected, 'hide_empty' => false ); if (isset($field['placeholder']) && !empty($field['placeholder'])) $args['placeholder'] = $field['placeholder']; event_manager_dropdown_selection(apply_filters('event_manager_term_multiselect_field_args', $args)); if (!empty($field['description'])) : ?> <small class="description"> <?php echo esc_textarea($field['description']); ?> </small> <?php endif; ?>Specifically on this page https://www.nonprofit.courses/submit-event-form I want Event Type to default to Webinar.
Sorry, but I really don’t understand what you are saying I need to do.
My question was how do I change the default event type? I do not want what it is currently defaulting to. I would like it to default to Webinar.
I was able to export a working form and import it to the site and it looked fine. Funny thing is, when I had the shortcodes for both forms on the same page, both of them displayed as they should with email next to name. But if I just left the shortcode that I had originally, email was under name. Anyway, here is the export in case you are interested.
{“type”:”form”,”data”:{“fields”:[{“id”:”name-1″,”element_id”:”name-1″,”form_id”:”wrapper-8561-9872″,”parent_group”:””,”type”:”name”,”options”:[],”cols”:”6″,”conditions”:[],”wrapper_id”:”wrapper-8561-9872″,”field_label”:””,”placeholder”:”Name”,”prefix_label”:”Prefix”,”fname_label”:”First Name”,”fname_placeholder”:”E.g. John”,”mname_label”:”Middle Name”,”mname_placeholder”:”E.g. Smith”,”lname_label”:”Last Name”,”lname_placeholder”:”E.g. Doe”,”prefix”:”true”,”fname”:”true”,”mname”:”true”,”lname”:”true”,”required_message”:”Name is required.”,”prefix_required_message”:”Prefix is required.”,”fname_required_message”:”First Name is required.”,”mname_required_message”:”Middle Name is required.”,”lname_required_message”:”Last Name is required.”,”layout_columns”:”2″,”required”:”1″,”multiple_name”:”false”},{“id”:”email-1″,”element_id”:”email-1″,”form_id”:”wrapper-8561-9872″,”parent_group”:””,”type”:”email”,”options”:[],”cols”:”6″,”conditions”:[],”wrapper_id”:”wrapper-8561-9872″,”validation”:”1″,”placeholder”:”Email”,”field_label”:””,”required”:”1″,”required_message”:”Email address is required”,”validation_message”:”Please enter a valid email address.”}],”settings”:{“pagination-header”:”nav”,”paginationData”:{“pagination-header-design”:”show”,”pagination-header”:”nav”},”pagination-header-design”:”off”,”submitData”:{“custom-submit-text”:”Send”,”conditions”:[]},”form-padding”:”custom”,”form-border”:”custom”,”poll-padding”:”custom”,”poll-border”:”custom”,”store_submissions”:”1″,”submission-behaviour”:”behaviour-thankyou”,”form_name”:”contact”,”form_status”:”publish”,”formName”:”Contact New”,”version”:”1.23.3″,”cform-color-settings”:”true”,”response-success-color”:”#ffffff”,”response-error-color”:”#ffffff”,”button-submit-background-static”:”#5c9bc2″,”akismet-protection”:”1″,”sc_email_link”:”1″,”sc_message”:”
Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.
These fields weren’t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.
“,”honeypot”:”1″},”client_id”:null,”integration_conditions”:[],”behaviors”:[{“slug”:”behavior-1234-4567″,”label”:””,”autoclose-time”:”5″,”autoclose”:””,”newtab”:”sametab”,”thankyou-message”:”Thank you for contacting us. We will be in touch shortly.
“,”email-thankyou-message”:””,”manual-thankyou-message”:””,”submission-behaviour”:”behaviour-thankyou”,”redirect-url”:””}],”notifications”:[{“slug”:”notification-3451-2911″,”email-subject”:”Website Contact From {name-1}”,”label”:”Admin Email”,”email-editor”:”You have a new website form submission:
{all_fields}
—
This message was sent from {site_url}.
“,”recipients”:”email@email.com”,”from-name”:”{name-1}”,”form-email”:”{email-1}”,”replyto-email”:”{email-1}”,”cc-email”:””,”bcc-email”:””}]},”status”:”publish”,”version”:”1.23.3″}