<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to hide email field from front end - How-To and Troubleshooting				            </title>
            <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 18 Jun 2026 14:16:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13902</link>
                        <pubDate>Mon, 04 Mar 2019 13:23:52 +0000</pubDate>
                        <description><![CDATA[@sunny,Please forget to set the email field not required before hiding.More info here:]]></description>
                        <content:encoded><![CDATA[<p>@sunny,</p><p>Please forget to set the email field not required before hiding.</p><p>More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-builder/</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13902</guid>
                    </item>
				                    <item>
                        <title>RE: How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13901</link>
                        <pubDate>Mon, 04 Mar 2019 13:07:37 +0000</pubDate>
                        <description><![CDATA[Great! Thanks.]]></description>
                        <content:encoded><![CDATA[<p>Great! Thanks.</p><p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>sunny</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13901</guid>
                    </item>
				                    <item>
                        <title>RE: How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13900</link>
                        <pubDate>Mon, 04 Mar 2019 13:05:11 +0000</pubDate>
                        <description><![CDATA[ah @sunny,I&#039;ve forgotten to mention that there is no option to hide the default name and email fields. The only way to hide those fields is CSS code, that should be added in &quot;Custom CSS&quot; tex...]]></description>
                        <content:encoded><![CDATA[<p>ah @sunny,</p><p>I've forgotten to mention that there is no option to hide the default name and email fields. The only way to hide those fields is CSS code, that should be added in "Custom CSS" textarea of the current form, that is used for specific pages. </p><p>The CSS code is:</p><pre>.wpdiscuz-item.wc_email-wrapper.wpd-has-icon {<br />    display: none !important;<br />}</pre><p>Screenshot here:</p><p>2980</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13900</guid>
                    </item>
				                    <item>
                        <title>RE: How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13898</link>
                        <pubDate>Mon, 04 Mar 2019 12:23:29 +0000</pubDate>
                        <description><![CDATA[hi @astghik how do I make the email field hidden? I can&#039;t see any option to hide the email field in the backend, can you send some screenshots?]]></description>
                        <content:encoded><![CDATA[<p>hi @astghik how do I make the email field hidden? I can't see any option to hide the email field in the backend, can you send some screenshots?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>sunny</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13898</guid>
                    </item>
				                    <item>
                        <title>RE: How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13897</link>
                        <pubDate>Mon, 04 Mar 2019 12:12:14 +0000</pubDate>
                        <description><![CDATA[Hi @sunny,I suggest you create a new comment form with hidden email field and display the comment form for the specific page using its ID. More info here]]></description>
                        <content:encoded><![CDATA[<p>Hi @sunny,</p><p>I suggest you create a new comment form with hidden email field and display the comment form for the specific page using its ID. More info here:</p><p>https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-settings/#comment_form_for_post_id</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13897</guid>
                    </item>
				                    <item>
                        <title>How to hide email field from front end</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13894</link>
                        <pubDate>Mon, 04 Mar 2019 10:32:47 +0000</pubDate>
                        <description><![CDATA[I am using multiple comment forms for different pages and on one page I want to hide the email field to not be displayed on that specific page. How can I do that?]]></description>
                        <content:encoded><![CDATA[<p>I am using multiple comment forms for different pages and on one page I want to hide the email field to not be displayed on that specific page. How can I do that?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>sunny</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/how-to-hide-email-field-from-front-end/#post-13894</guid>
                    </item>
							        </channel>
        </rss>
		