I have fixed the body of the email with html to look how I want, but on top of the body it shows the name of the form in bold.
How can I remove this?
I don’t see an option to hide it and it doesn’t show up in the body field, it only shows in the inbox after the email is sent.
Thanks in advance
]]>I’ve done Tutor LMS plugin, also added the BuddyPress addon.
We have created a separate group. But the group(Forum) name is not displaying.
Is there any options to display the group(Forum) name?
BuddyPress Main Page Link : https://propel.study/propelites-hub/
Group(Forum) Page Link : https://propel.study/groups/propelites/
Thank You,
]]>Let me know, thanks
]]>I am having issue with the Form Name & Description won’t Change from Default Form Name and Click Name to Change Description.
I have cleared the cache and my browser cache.
https://www.ads-software.com/plugins/contact-form-add/
]]>I have a suggestion with regards to adding a Title to the forms.
I figured out that you can add a Title by using title=”1″ in the shortcode, which is great, but I would suggest the following two improvements:
1. As it is now, the Title is pulled from the value set in the ‘Form Name‘, which may not be the best. I would prefer if I can set the ‘Form Name‘ to something that is explanatory to me, so that I know which form is which. The Title that I want to be presented in the form may be something totally different. For example, I may want to set the ‘Form Name‘ to ‘Form for Pages‘ so that I know it’s a form for Pages, and then have a title like ‘Newsletter‘. So, basically there should be an additional field for ‘Title‘ in addition to the ‘Form Name‘. Another way of doing it, which may not be as intuitive, but where you do not need to add an extra field, is to use the ‘Form Name‘ as the title when the user specifies title=”1″ or if the user wants to use another title, then the user just exchange the 1 with the actual required title, e.g. title=”Newsletter”.
2. It would also be great if the Title can be added in the widget, as I haven’t found a way of enabling the Title in the widget.
Cheers
https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
]]>I have a custom HTML form I wrote within a post that works great along with CFDB (using the [cfdb-save-form-post] shortcode). The only small query I have is that when capturing the form data it always lists the form name as ‘untitled’.
I initially assumed that it would capture the form name from the HTML attribute I have for the form <form name=”name of form”>, however it doesn’t seem to do that.
Is this by design, or perhaps I’m not capturing the form name correctly?
https://www.ads-software.com/plugins/contact-form-7-to-database-extension/
]]>I’m using the add_action( ‘wpcf7_before_send_mail’, ‘process_contact_form_data’ ); to process submissions and compare them against another table in the database.
I would like to be able to know what form the submission came from. I have not been able to find any guidance in the documentation to achieve this.
Any insight would be appreciated.
This is what I get when I dump the contents of the form’s data upon submit. It would be great if I can add an item to the array that contained the form’s slug name as stored in the wp_posts table under the post_name field.
array(11) {
["_wpcf7"]=>
string(1) "4"
["_wpcf7_version"]=>
string(5) "4.0.1"
["_wpcf7_locale"]=>
string(5) "en_US"
["_wpcf7_unit_tag"]=>
string(15) "wpcf7-f4-p36-o1"
["_wpnonce"]=>
string(10) "668788e25b"
["your-name"]=>
string(5) "testname"
["your-email"]=>
string(12) "[email protected]"
["your-subject"]=>
string(5) "title"
["radio-203"]=>
array(1) {
[0]=>
string(9) "Attending"
}
["guest"]=>
array(1) {
[0]=>
string(6) "is here"
}
["_wpcf7_is_ajax_call"]=>
string(1) "1"
}
https://www.ads-software.com/plugins/contact-form-7/
]]>