Title: biastechnology's Replies | WordPress.org

---

# biastechnology

  [  ](https://wordpress.org/support/users/biastechnology/)

 *   [Profile](https://wordpress.org/support/users/biastechnology/)
 *   [Topics Started](https://wordpress.org/support/users/biastechnology/topics/)
 *   [Replies Created](https://wordpress.org/support/users/biastechnology/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/biastechnology/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/biastechnology/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/biastechnology/engagements/)
 *   [Favorites](https://wordpress.org/support/users/biastechnology/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sweet Captcha] Sweetcapcha hacked and causing malicious popups](https://wordpress.org/support/topic/sweetcapcha-hacked-and-causing-malicious-popups/)
 *  [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/sweetcapcha-hacked-and-causing-malicious-popups/page/3/#post-6210125)
 * Had the same issue.
 * Website is registered with [http://www.godaddy.com](http://www.godaddy.com)
 * Might be worth putting a complaint into them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] Thumbs in certain parts of your theme not working](https://wordpress.org/support/topic/thumbs-in-certain-parts-of-your-theme-not-working/)
 *  Thread Starter [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/thumbs-in-certain-parts-of-your-theme-not-working/#post-4562664)
 * Thanks Ricard,
 * Still trying to get it sorted.
 * How can I use this multiple times on the same page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Using [wpcf7.remote_ip] With Custom Feild](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/)
 *  Thread Starter [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/#post-3338538)
 * Hi D.Q,
 * Thanks for the link.
 * I’ve tried that, and when I use the [wpcf7.remote_ip] in the main message area,
   I just get back my custom variable for my custom field [Get_RMA].
 * I’m hoping that Takayuki Miyoshi will see this and offer some help.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Using [wpcf7.remote_ip] With Custom Feild](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/)
 *  Thread Starter [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/#post-3338532)
 * REPOST
 * Hi guys, I’m still having trouble with this.
 * Any Help?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Using [wpcf7.remote_ip] With Custom Feild](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/)
 *  Thread Starter [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/#post-3338527)
 * Hi guys, I’m still having trouble with this.
 * Any Help?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Using [wpcf7.remote_ip] With Custom Feild](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/)
 *  Thread Starter [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/using-wpcf7remote_ip-with-custom-feild/#post-3338487)
 * Hi Anyone have any ideas?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Required fields radiobuttons and validation](https://wordpress.org/support/topic/required-fields-radiobuttons-and-validation/)
 *  [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/required-fields-radiobuttons-and-validation/#post-3338218)
 * Hi Hans,
 * I’ve implemented this telephone validation code today and it’s working great 
   for me.
 * /*
    Validate Telephone and FAX Numbers in Contact Form 7 This is for 11 digit
   numbers */
 * function is_number( $result, $tag ) {
    $type = $tag[‘type’]; $name = $tag[‘name’];
 * if ($name == ‘phone’ || $name == ‘fax’) { // Validation applies to these textfield
   names. Add more with || inbetween
    $stripped = preg_replace( ‘/\D/’, ”, $_POST[
   $name] ); $_POST[$name] = $stripped; if( strlen( $_POST[$name] ) != 11 ) { //
   Number string must equal this $result[‘valid’] = false; $result[‘reason’][$name]
   = $_POST[$name] = ‘Please enter an 11 digit phone number.’; } } return $result;}
 * add_filter( ‘wpcf7_validate_text’, ‘is_number’, 11, 2 );
    add_filter( ‘wpcf7_validate_text*’,‘
   is_number’, 11, 2 );
 * Add it at the end of your themes/functions.php but before the ‘?>’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] wpcf7_mail_sent infinite loop](https://wordpress.org/support/topic/wpcf7_mail_sent-infinite-loop/)
 *  [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wpcf7_mail_sent-infinite-loop/#post-3152258)
 * This may be of use:-
 * [How to: Redirect after submit](http://wordpress.org/support/topic/plugin-contact-form-7-how-to-redirect-after-submit?replies=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] wpcf7_mail_sent infinite loop](https://wordpress.org/support/topic/wpcf7_mail_sent-infinite-loop/)
 *  [biastechnology](https://wordpress.org/support/users/biastechnology/)
 * (@biastechnology)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wpcf7_mail_sent-infinite-loop/#post-3152252)
 * We are looking to do something very similar. Where did you place this code?
 * Within the functions.php or within on_sent_ok: “”
 * Technically we need to do it slightly differently:-
 * Submit
    Insert Data into DB Return Index_ID Compile email with Index_ID Send 
   Email Success Screen.
 * I’ll have a play this end and let you know how I got on

Viewing 9 replies - 1 through 9 (of 9 total)