nvr_di
Forum Replies Created
-
Do you have any ideas of what it might be or maybe point me in the right direction? The plugin worked and the theme worked perfectly until the update.
Neither of those actually. I removed the plugin and downloaded and installed the newest version of the plugin just to be sure.
And the wp_head(); appears to be in the header.php of my theme.
<?php wp_head(); ?> </head>Forum: Plugins
In reply to: [Plugin: Contact Form 7] html or advanced styling in Contact form 7?Anyone?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] how to change “thank you page” url?I think so. If I’m right his name is takayukister.
I hope he chimes in. There are a few questions in the forum only he can answer.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] html or advanced styling in Contact form 7?Anyone have any idea what can and cant be used in the form box?
Heres what I have in mine and it submits and emails just fine but I get a 404 error for the thank you message.
<table width="496"> <tr><td><p style="font-size: 14px;"><font color="#FF0000">*</font>First & Last Name: <br />[text name 27/]</p> <p style="font-size: 14px;">Address: <br />[text address 27/]</p> <p style="font-size: 14px;"><font color="#FF0000">*</font>City: <br />[text city 27/]</p> <p style="font-size: 14px;"><font color="#FF0000">*</font>State: <br />[text state 27/]</p> <p style="font-size: 14px;">Zipcode: <br />[text zipcode 27/]</p> </td> <td><p style="font-size: 14px;"><font color="#FF0000">*</font>Email Address <br />[email* email 27/]</p> <p style="font-size: 14px;"><font color="#FF0000">*</font>Phone number: <span style="font-size:12px; color:#666666">(<em>xxx-xxx-xxxx</em>)</span><br />[text phonenumber 27/] </p> <p style="font-size: 14px;">Company: <br />[text company 27/]</p> <p style="font-size: 14px;">Birthday: <span style="font-size:12px; color:#666666"><em>Day/Month</em></span><br />[text birthday 27/]</p> <p style="font-size: 14px;">Referred By: <br />[text referredby 27/]</p></td></tr></table> <p style="font-size: 14px;">Your message to Sigal<br /> [textarea message 55x10] </p> <p>[submit "Send"]</p>Forum: Plugins
In reply to: [Plugin: Contact Form 7] how to change “thank you page” url?I would also like to know how to do this!
Forum: Fixing WordPress
In reply to: Submit Query text when using img for submit buttonI fixed it by changing this:
<div id=”signupbutton”><INPUT TYPE=”IMAGE” SRC=”images/signupbutton.jpg” ALT=”submit”></div>To this:
<input type=”image” name=”submit” value=”submit” class=”sbutton” src=”http://url.com/wp-content/themes/themename/images/signupbutton.jpg” />Forum: Fixing WordPress
In reply to: Submit Query text when using img for submit buttonAnyone? Please!
Forum: Fixing WordPress
In reply to: Submit Query text when using img for submit buttonCan anyone even just point me in the right direction? I’d really appreciate it!
Forum: Fixing WordPress
In reply to: Submit Query text when using img for submit buttonAnyone have any clue?
Here is the code I am using just in case it helps~
<form name=”form1″ method=”post” action=”#”>
<input name=”merchantid” type=”hidden” id=”merchantid” value=”136794″>
<input name=”ARThankyouURL” type=”hidden” id=”ARThankyouURL” value=”#”>
<input name=”copyarresponse” type=”hidden” id=”copyarresponse” value=”1″>
<input name=”custom” type=”hidden” id=”custom” value=”0″>
<input name=”defaultar” type=”hidden” id=”defaultar” value=”411639″>
<input name=”allowmulti” type=”hidden” id=”allowmulti” value=”0″>
<input name=”visiblefields” type=”hidden” id=”visiblefields” value=”Name,Email1,”>
<input name=”requiredfields” type=”hidden” id=”requiredfields” value=”Name,Email1″>
<table>
<tr>
<td>Name</td>
<td><input name=”Name” type=”text” size=”19″></td>
</tr>
<tr>
<td>Email Address</td><td><input name=”Email1″ type=”text” size=”19″></td>
</tr></table>
<p><span class=”style1″>(We will Always protect your privacy)</span></p>
<div id=”signupbutton”><INPUT TYPE=”IMAGE” SRC=”images/signupbutton.jpg” ALT=”submit”></div>
</form>
</div>