If a required field in a comment is left blank (for example, the name), you will be redirected to the ‘wp-comments-post.php’ page.
Is it possible to change this so that you are not redirected? It would be nicer if a message appeared under the relevant field, as in the contact form (www.xmaks.de/kontakt/).
]]>Thanks for the amazing plugin, as always.
How can we display the quantity field for each product variation on the shop page?
]]>clear_on_hide
works for all form groups that are hidden. However, I now need to remove an option. I can disable the second option via JS, but I would rather remove that option altogether and use a text field to indicate there is only that one option available, and there’s no need for a dropdown when there are no choices. So, I tried replacing the dropdown with
Unfortunately, when CF7 sends emails, it is including the label for that field as well as the text of the field in all hidden repeating groups, despite “Exclude lines with blank mail-tags from output” being checked.
In order for a dropdown to clear_on_hide
, a first_as_label
such as “- Select -” must be used, and it looks silly to do it this way when there’s only a single option available in the dropdown (and it looks ridiculous to use a dropdown to begin with when there are no choices). This is why I want to just use a text field.
I can’t simply delete the text field from the CF7 mail output, because the user needs to be shown this [now forced] option in their email for every section that they actually fill out (non-hidden). Also, removal of the second option is temporary; it will be removed/replaced at specific intervals, so the less editing I need to do, the better.
Am I missing something or is clear_on_hide
a readonly text field and then refill the text field with the CF7 tag value upon showing the group not supported with your plugin (yet)? If not, then consider this a feature request.
My field boxes are sized, positioned and aligned with the Column Shortcodes plugin, so that all fields match and look right. Checkboxes or radios would adversely affect the aesthetics, for one thing, so I’m stuck with using dropdown or text field.
I have an issue when displaying the posts. The corresponding labels for the fields are missing. My page is a recycling exchange platform where users can enter various fields such as material, phone number, location, and what material they wish to exchange. These fields are requested when posting, but when the post is displayed, only the fields are shown without their labels. You can see this in the links to my page:
https://remaketa.com/papel-periodico/
I cannot use hooks so i have to do this manually on each update.
Please replace in /advanced-custom-fields-pro/includes/fields/class-acf-field-taxonomy.php the following code:
$order[ $i ] = array_search( $v, $value );
with
$order[ $i ] = false === ($k = array_search( $v, $value )) ? count($term_ids) + $i : $k;
Thank you.
]]>Is it possible to have a ‘fill in this field’ error to appear on the screen like the image attached?
Also the same for the red asterisk? I don’t see an option for this. Many thanks.
]]>I have a custom select field with the “required” option enabled, but it doesn’t seem to be working. Could you help me resolve this issue?
Thanks!
]]>