Forum Replies Created
-
AuthorPosts
-
calpaq
ParticipantHi Anh,
I have taken out the image fields out of group and kept them independently and the problem got resolved, so I think its related to using file fields in group field.
Thanks Regards,
Calpaqcalpaq
ParticipantHi Anh,
Below is my code
out a quioricity (could it be related to group fields?)
Regards,
Calpaqcalpaq
ParticipantHi Anh,
I have read this answer before, thinking that there must be some discussion on the topic but its not the case so raised the question..1) we have tried waiting period with several minutes.
2) Another issue is when I upload a new file that file get saved and other files already uploaded and saved get wiped out.Any other suggestions?
Thanks & Regards,
Calpaqcalpaq
ParticipantHi Anh,
Thanks for answering my question quickly, but I have already read the post you linked as an answer and also tried that.
1) my value for
max_input_varswas 1000 and I have increased it to 10000 (before writing the question) checked using phpinfo command.
2) In my opinion Its not about max_input_vars because then I would have not seen the values of all (6) media files in $_FILES array populated after submitDo you have any other suggestions.
Thanks & Regards,
Calpaqcalpaq
ParticipantOkay Thanks
calpaq
ParticipantDear Support,
I am making a custom shop in which products in woocommerce which are complete products in combination with users form input. So first I choose products or elements of complete product on the archive page by adding them to cart, then I go to the mb-frontend form shortcode page where in two steps I ask for user input and add the collected information to cart items. In these steps I have to display cart item names and collect the information around it. So when there is nothing in cart I can't display the form by assuming user is on this page has not gone through the process and display a message to send him back to the first step (selection of products from archive)Regards,
Calpaqcalpaq
ParticipantThanks david, so nice of you, This will be really helpful if I can replace tabs with this functionality.
May 25, 2018 at 1:36 PM in reply to: ✅wc products list into tabs using Meta box tab with MB Frontend Submission #9663calpaq
ParticipantThanks for reply, I will keep working on it.
calpaq
ParticipantThanks for reply, eagerly waiting for the feature!
calpaq
ParticipantThanks, Problem solved
calpaq
ParticipantThanks for immediate response and it solved my problem.
calpaq
ParticipantHey,
I tried your solution but it doesn't work, actually my problem is it doesn't go to the code or doesn't execute the errorPlacement custom function we are defining.
To see that I have placed a breakpoint at
var $group = element.closest('.grpsports');
in debugger
it should now show the debug window (using chrome inspector -> sources to debug) and stop at the above statement but that is not happening.Note: It displays me error below the field & my goal is to display error after the group which is generic to all the fields in the group.
Thanks for multiple selector suggestion ( just curious, will it break if one of the selector is not there ?)
Thanks & Regards
calpaq
ParticipantHi,
Thanks for your reply, I figured out the problem, I was testing a form in the admin and the jquery.validation.js is not getting enqueued by the plugin so I have done it through my plugin. -
AuthorPosts