thebookmistress
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Making required fields conditionalI’ve worked around issue one. Still need help with issue two:
If the user selects an option from a drop-down menu (send tribute card) then a whole set of fields are required (address to send card to). But if any other option is chosen from the drop-down menu, then those fields are not required.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Basic HTMLThank you, thank you, thank you! These breaks are not coded anywhere where I could delete them, but this solution works.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Basic HTMLStill don’t see ’em. My form starts right at
<table>
.Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Basic HTMLI didn’t put any of the tags there, I am sure.
My page contains the following:
Your contact and payment information is required by your local Canadian Associates of Ben-Gurion University of the Negev office to generate a tax receipt.[contact-form 4 "Donation Form"]
And the contact form starts on top with the table:
<table cellspacing="5" cellpadding="5" border="0">
<TR>
<TD>First Name: [text* FirstName]</TD>
<TD>Last Name: [text* LastName]</TD>
</TR>
<TR>
<TD>Prefix: [select Prefix include_blank "Mr." "Mrs. " "Ms." "Mr. & Mrs." "Dr." "Drs." "Rabbi" "Rabbi & Mrs."]</TD>
<TD>Organization: [text Organization]</TD>
</TR><TR>
<TD>Address: [text* Address]</TD>
<TD>Apt./Suite: [text AptSuite]</TD>
</TR>
......
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Basic HTMLFor some reason, my table goes to the bottom of the page. Can someone explain?
Here is the problem form: https://cdnbgu.com/?page_id=163
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Why is my form located at the bottom of the page ?What was the resolution for this, please?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Source URL for Contact form 7?I get the following error when I try to update the form (step 4 above):
Warning: Cannot modify header information – headers already sent by (output started at /home3/cdnbguco/public_html/wp-content/plugins/contact-form-7/modules/pagelink.php:46) in /home3/cdnbguco/public_html/wp-includes/pluggable.php on line 865
Any ideas?