Forum Replies Created

Viewing 6 Topics - 1 through 6 (of 6 total)
Author Posts
September 14, 2013 at 8:20 am in reply to: Conditional Logics 8137
chrishanratty chrishanratty

Conditional fields in WP User Front End.

Hi Tareq. Love your plugin. Amazing.

I really need conditional logic in my WP User Frontend. I can develop a hack myself to make it work, but I would rather use core functionality.

Gravity Forms has a great conditional logic feature that you could base it on! 😉

Is there any way we could bribe you to escalate the development of this feature and give us an ETA on it. I could donate money to the cause and I am sure other people would support it. Even as a pay-for addon it would be awesome.

Give me an email if you want to talk $$$ because I really need this feature.

You rock. Keep up the good work.

chrishanratty chrishanratty

Oh no my code went off the page. Here it is again

Find this;

<input id="wpuf-map-add-<?php echo $attr['name']; ?>" type="text" value="<?php echo
get_post_meta( $post_id, 'cf_address', true ); ?>" name="find-address" placeholder="<?php
 _e( 'Type an address to find', 'wpuf' ); ?>" size="30" />

Replace it with this….

<input id="wpuf-map-add-<?php echo $attr['name']; ?>" type="text" value="<?php echo
 get_post_meta( $post_id, 'cf_address', true ); ?>" name="find-address" placeholder="<?php
 _e( 'Type an address to find', 'wpuf' ); ?>" size="30" />
July 28, 2013 at 1:45 am in reply to: Google Maps – store address and coordinates 6395
chrishanratty chrishanratty

Ok. I will try to work around that. Thanks for your help.

July 28, 2013 at 1:37 am in reply to: Conflict with WP SEO by Yoast 6394
chrishanratty chrishanratty

Hello, sorry to cut in, but I have both SEO by Yoast, and WPUFE Pro activated and I find that both work.

SEO metabox appears correctly on posts created via WordPress Admin Backend, and also posts created by WPUFE forms.

Im using Yoast WordPress SEO Version 1.4.13
WP User Frontend Pro Version 2.1.7 … but it worked with 2.1.6 also.

July 28, 2013 at 1:22 am in reply to: Google Maps – store address and coordinates 6392
chrishanratty chrishanratty

Thats brilliant. I added this code as advised;

function wpufe_inesrt_address( $post_id ) {
if ( isset( $_POST[‘find-address’] ) ) {
update_post_meta( $post_id, ‘address’, $_POST[‘find-address’] );
}
}
add_action( ‘wpuf_add_post_after_insert’, ‘wpufe_inesrt_address’ );
add_action( ‘wpuf_edit_post_after_update’, ‘wpufe_inesrt_address’ );

and it works great. 🙂 🙂 🙂

One last little thing?

Is there a way that I can populate the “find-address” field from the value stored in on the ‘address’ field when the form loads in post-edit mode?

That would be the finishing touch.

Many Thanks for your speedy response.

July 23, 2013 at 10:04 pm in reply to: WP User Frontend Error: Pleae activate your copy 6259
chrishanratty chrishanratty

Hi, I had to move host, but the domain name is exactly the same, I am getting this error;

“WP User Frontend Error: Pleae activate your copy”

Part of my site DR strategy is to relocate the site to a new host if necessary, is this going to mean I have to contact you to reset the licence when this happens.

Can the licence not be tied to the domain name?

username is chris@hanratty.com.au

Viewing 6 Topics - 1 through 6 (of 6 total)