Hi
With this plugin how can I change the names of the column titles?
Thanks
]]>I have installed the Gravity Pre-submission Confirmation plugin.
In my form, I have added a Page break to our form at the end, and added {all_fields} to eco all the fields within the entry. However, I do not want it to capture the hidden fields as well.
How do I exclude hidden fields?
Thanks
]]>The plugin works almost like expected except for the values that I see on the confirmation page. I see the labels of the chosen radio-button, not the value that I would like to see.
I have a set of radiobuttons in which the labels differ from the values like so:
How many employees do you have? <input type="radio" name="rdbtn" value="10" /> I have ten employees
On the confirmation page I see the question with the answer ‘I have ten employees’ where I would like to see ’10’.
Is there something wrong or is this expected behavior? Can I change it?
We just received this error message from our wordpress system:
We forward it, maybe it’s a real issue.
Error Details
=============
An error of type E_ERROR was caused in line 36 of the file /home/admin/domains/xxx.com/public_html/wp-content/plugins/gravity-pre-submission-confirmation/gravity-pre-submission-confirmation.php. Error message: Uncaught Error: Class ‘GFFormDisplay’ not found in /home/admin/domains/xxx.com/public_html/wp-content/plugins/gravity-pre-submission-confirmation/gravity-pre-submission-confirmation.php:36
Stack trace:
#0 /home/admin/domains/xxx.com/public_html/wp-includes/class-wp-hook.php(288): GFPreviewConfirmation::replace_merge_tags(Array)
#1 /home/admin/domains/xxx.com/public_html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)
#2 /home/admin/domains/xxx.com/public_html/wp-content/plugins/gravityformspartialentries/class-gf-partial-entries.php(391): apply_filters(‘gform_pre_rende…’, Array, false, Array)
#3 /home/admin/domains/xxx.com/public_html/wp-content/plugins/gravityformspartialentries/class-gf-partial-entries.php(745): GF_Partial_Entries->maybe_save_partial_entry(72)
#4 /home/admin/domains/xxx.com/public_html/wp-includes/class-wp-hook.php(288): GF_Partial_Entries->filter_heartbeat_received(Array, Array)
Hey there,
I have activated your plugin and really like it how it works.
I’m having a problem though with the labels of a date field.
I have a merge tag modifier in my functions.php file to add a “:” after my labels but the label isn’t showing up for a date field with separate dropdowns for day, month and year. It does work with the date picker field though.
Code I used for the merge tag modifier:
/* Gravity Forms merge tag modifiers */
add_filter( ‘gform_merge_tag_filter’, function ( $value, $merge_tag, $modifier, $field, $raw_value ) {
if ( $merge_tag != ‘all_fields’ && $modifier == ‘label’ ) {
$value = $value . “:” ;
}
return $value;
}, 10, 5 );
Instead of showing the label, it’s showing the date value again.
Would be awesome if we could resolve this one!
Thanks in advance!
Hans
]]>gp-preview-submission/includes/gw-gravity-forms-preview-confirmation.php
Line 32 foreach($form[‘fields’] as &$field) {
and
Line 118 foreach( $form[‘fields’] as &$field ) {
{all_fields} showing in the form
As instructed i added {all_fields} in the end under a page Break.
{all_fields} showing in the form and the Data confirmation page is blank?!
]]>Please Help, I will donate this plugin,
]]>Not sure if this is a problem with the plugin, but when I try to install it (from within the WP “add new” interface) after installing, it appears twice in the plugin list. If I then try to delete one of them, both are deleted.
ps. Same thing happens if I upload the plugin with ftp
]]>