Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Daniel,
I couldn't find anything wrong within your video. Is there a way that I can access to your setup? Can you put it on a host and send me a temporary admin account? I see you're using Local, though.
December 19, 2019 at 2:45 PM in reply to: ✅How to render block in edit mode by default or trigger edit on load? #17582Anh Tran
KeymasterI've just added the param in the latest version. Please update.
December 19, 2019 at 10:25 AM in reply to: ✅Conditional Logic broken by new Frontend Submission release #17578Anh Tran
KeymasterHi SIW, thanks a lot for your investigation. I'll check and fix it now.
Update: I've fixed it in the latest version. Please update.
Anh Tran
KeymasterHi Rick,
Can you please take a screenshot of the field in the Builder and screenshot of the edit screen? I couldn't replicate it.
Anh Tran
KeymasterPlease try again. I forgot to deploy the code, but just done that a few minutes ago.
Anh Tran
KeymasterI got it. We're adding the
redirectoption to the shortcode, which will be available in the next version.In the mean time, you can use the above solution with Code Snippet plugin.
Anh Tran
KeymasterHi, please try again. We've just updated the system since yesterday.
Anh Tran
KeymasterHi, please try again. We've just updated the system since yesterday.
Anh Tran
KeymasterHi Iman, please try again. We've just updated the system since yesterday.
December 16, 2019 at 5:08 PM in reply to: ✅Can a default WP post table field be added to a metabox tab, ie. post_author? #17542Anh Tran
KeymasterHi,
This is not possible by default. But you can follow this tutorial to do that.
Anh Tran
KeymasterHi Akram,
Your field looks fine to me. Just want to make sure that field is not inside any group, is it?
If it's not, please send me a temporary admin account to check. There might be something else.
December 16, 2019 at 4:58 PM in reply to: ✅How to render block in edit mode by default or trigger edit on load? #17538Anh Tran
KeymasterI got it. I'll add a param
modefor the block that you can specify the initial mode:editorpreview(default).December 16, 2019 at 4:37 PM in reply to: ✅Despite purchasing a lifetime bundle, it warns "Your license key is invalid" #17536Anh Tran
KeymasterI found the email and order. I've just changed the incorrect email to yours. Now you'll see downloads in your My Account page.
December 16, 2019 at 4:20 PM in reply to: ✅Registration: username as email, duplicated fields, avatar, visibility issue #17535Anh Tran
Keymasterwould be nice to be able to put i.e. first name and last name above the email and password fields.
I got it. I'm trying to make that easier for you to reorder the fields. Please wait.
One more thing, can I hide the password field and have WP generate one and send it in email with the welcome message?
Unfortunately, it's not possible. I guess you're tailoring the registration progress, aren't you?
Anh Tran
KeymasterHi Nick,
To redirect the form after submission, please put this code into your theme's
functions.phpfile.add_filter( 'rwmb_frontend_redirect', function( $url, $config ) { if ( 'your-meta-box-id' === $config['id'] ) { $url = 'http://domain.com/your-url/'; } return $url; }, 10, 2 ); -
AuthorPosts