Forum Replies Created
-
AuthorPosts
-
Leo Hermanto
ParticipantHi Peter,
I have deleted the current plugin Meta Box AIO and re-install it and I am still getting the same error.
But seems to me like there is a incompatibility with Sharelogin plugin, because when I deactivate Share login, apparently it returns to normal.If I activate Sharelogin and Metabox together the error occured, if one is deactivated either sharelogin or metabox seems its resolve the problem
Leo Hermanto
ParticipantI manage to solve this only with Image only.
Leo Hermanto
ParticipantHi
I am facing the same issues, is there already a solution to this? I tried all image upload even with logged in user is still submitted even when its empty and set to required.
January 11, 2024 at 5:03 AM in reply to: ✅getting post id by echo is not working front end submission form Bricks builder #44259Leo Hermanto
ParticipantHi Peter,
Yes using this method works fine.
But when you do the echo inside the front end submission element in the bricks builder, this does not work which means it is not parse correctly as indicated by bricks builder support.
My issue is solved using the url parameter.
However it would be nice if the integration with bricks builder can work too.
Thanks for your answer.
Best regards
January 2, 2024 at 4:46 PM in reply to: ✅getting post id by echo is not working front end submission form Bricks builder #44198Leo Hermanto
ParticipantAn update to this issue from Bricks Builder, they mentioned that this could be a bug from metabox as it is not parsing the dynamic data tag on form submission element integrated with bricks builder. as the dynamic data tag is working fine with all other elements like basic text, and even bricks form element.
March 10, 2022 at 9:10 AM in reply to: ✅How to upload vcf file to custom post type custom field upload file #34442Leo Hermanto
ParticipantHi Long
Thanks for this, I tried code snippets, it works, I realised the mistake with advance scripts that I am using is the wrong hooks, I should just set it to init, then it will works the same.
Thank you.
January 2, 2022 at 4:57 AM in reply to: ✅Using Custom url field in Custom Post Type for redirect with Javascript / Jquery #32958Leo Hermanto
ParticipantHi Long
I added this php code in oxygen template page using code block.
January 1, 2022 at 4:35 PM in reply to: ✅Using Custom url field in Custom Post Type for redirect with Javascript / Jquery #32955Leo Hermanto
ParticipantJust so you can understand more,
Field ID: extrn_url
I tried the following in PHP and nothing is being retrieve.
<?php
echo rwmb_get_value($extrn_url);
?>and
<?php
echo rwmb_get_value('extrn_url');
?>and I also tried the following code:
<?php
$value = rwmb_get_value ('extrn_url' , $_POST['post_id']);
echo $value;?>
also tried with rwmb_meta
<?php
echo rwmb_meta('extrn_url');
?>Still no results.
Tested directly from Oxygen custom field metabox, it works, but not with the PHP. or for that matter I tried it in javascript, it also did not work. I tried passing the Var from Java script to PHP, still not working.
[oxygen ct_sign_sha256='43a6a06eaad99a3ea156b2b8b4538c3fc993920929650b8dc077274a5437a2b2' data='custom_metabox_content' settings_path='affiliate_url' settings_page='' ]
Any help on this is greatly appreciated. Not sure where I go wrong.
December 31, 2021 at 5:36 PM in reply to: ✅Using Custom url field in Custom Post Type for redirect with Javascript / Jquery #32948Leo Hermanto
ParticipantHi Long
Thanks for your reply,
What is my actual problem, is retrieving the url value from custom url field into the script?
I was following the <a href= <?php echo .. example from one of the topic in this forum.
Is there anyway to retrieve this dynamic extrn_url custom field into the javascript so that the redirect will work.
I tried using MB view shortcode and $extrn_url in php, I can't seem to get the url value into the script.
Appreciate your help on this.
Best regards
-
AuthorPosts