Carl1304
Forum Replies Created
-
Forum: Plugins
In reply to: [NS Google Sheets Connector] Form sending only date fieldHi, i solved…
name of rows (and fields) MUST be ALL lowercase
if you use uppercase or mixed it doesn’t work.thank you
Forum: Plugins
In reply to: [NS Google Sheets Connector] Form sending only date fieldThank you for your answer
– error log is empty
-auth code problem i think is solved
field names are the same.. also case sensitive
but form still sending only first row.
i have a question:
is order rows important?
i.e.
form:
Your-name
Your-email
Your-messagegoogle sheet:
date|Your-email|Your-name|Your-messagethank you for your patience
Forum: Plugins
In reply to: [NS Google Sheets Connector] Doesn't Submit to Google SheetSame here, any news? did you solv?
Forum: Plugins
In reply to: [NS Google Sheets Connector] No longer working since updateHello, same error here.. loading icon on clicking “send form” but nothing else
i get the emails but not working on writing sheets
Forum: Plugins
In reply to: [Contact Form 7 Map Field] Does not work with WordPress 4.0 and CF7 4.0activate plugin and add [map location zoom:14] in your form editor
maps will work anyway.
i solved in this wayForum: Plugins
In reply to: [Contact Form 7 Map Field] Does not work with WordPress 4.0 and CF7 4.0did you solved problem?
Forum: Plugins
In reply to: [Contact Form 7 Map Field] Contact Form 7 Map Field location markdid you found any solutions? can you share with us? i have the same problem… Thank you
i need it too, any news? thank you
Forum: Plugins
In reply to: [Contact Form 7 Modules] date submitted datechoose hidden field and type “post_date” as value
Forum: Plugins
In reply to: [Contact Form 7 Map Field] Map field attribute input fields don't appeardid you solved problem? i have same too
hi alfonso, have you found any solutions?
solved removing ‘multiple size’
i have this
<select name="event_categories[]" multiple size="10"> <?php $selected = $EM_Event->get_categories()->get_ids(); $walker = new EM_Walker_CategoryMultiselect(); $args_em = array( 'hide_empty' => 0, 'name' => 'event_categories[]', 'hierarchical' => true, 'id' => EM_TAXONOMY_CATEGORY, 'taxonomy' => EM_TAXONOMY_CATEGORY, 'selected' => $selected, 'walker'=> $walker); echo walk_category_dropdown_tree($categories, 0, $args_em); ?></select>
and this show this in submit event
i need a dropdown
Custom field doesn’t appear in submit event form.
Anyway, changing the order in formatting box it change order in event page and not in submit event..i’d like to add the dropdown in front end submission form