drgantt
Forum Replies Created
-
I have the same problem. I edited the desc.php file to have it display the field’s label instead of it’s value. It’s a quick hack but it helps. Of course, I have to add the code every time NF is updated.
Original Line 86
<<?php echo $desc_el;?> class="<?php echo $field_class;?>" id="ninja_forms_field_<?php echo $field_id;?>_div_wrap" style="<?php echo $display_style;?>" rel="<?php echo $field_id;?>"><?php echo $default_value;?></<?php echo $desc_el;?>>
Modified Line 86
<<?php echo $desc_el;?> class="<?php echo $field_class;?>" id="ninja_forms_field_<?php echo $field_id;?>_div_wrap" style="<?php echo $display_style;?>" rel="<?php echo $field_id;?>"><?php echo $data['label'];/* EDITED was $default_value;*/?></<?php echo $desc_el;?>>
Forum: Plugins
In reply to: [Events Made Easy] Category bookingsArrgh. Of course. Thanks for your quick response.
Jon
Forum: Plugins
In reply to: [Events Made Easy] Category bookingsThanks for you your help, I’m learning a lot!
For this issue, I’ve done the following:
1) Created a simple template with “Hello World” as text
2) Created a category with id = 1
3) Created 3 events using category #1
4) Created a page with [eme_events category=1 template=1]When I display the page the events are listed fine, but no information from the template is displayed.
I also tried replacing the “Hello World” message with #_BOOKINGS
Any thoughts as to what I’m doing wrong?
Thanks,
Jon
Forum: Plugins
In reply to: [Events Made Easy] Payment succes return page formatFranky,
Thanks for the reply. How about being able to use the Payment success return page after booking a free event? Can this be done?
Cheers,
Jon