Forum Replies Created
-
AuthorPosts
-
Tron Buck
Participantjupitercow (https://bitbucket.org/jupitercow/acf-signature-field/src/master/) creates a signature field for ACF using https://github.com/szimek/signature_pad.
Is it possible to use signature_pad with a metabox field?Tron Buck
ParticipantHi Long.
Any news about thebind_if_emptyissue?Tron Buck
ParticipantHi Long.
Now it works!
But let me say the documentation is not very clear in this point.
For the[mb_frontend_form id="meta-box-id" post_fields="title,content"]shortcode attibutes you say:post_typeThe submitted post type. Optional. Default is the first post type defined in the meta box. If meta box is made for multiple post types, you should set this attribute to the correct one.I was supposing
post_typeattribute was not needed as it was defined in the meta box.Anyway, it is working now and I really appreciate your support.
Thank you!Tron Buck
ParticipantHi there!
I am very confused with your last explanation.
In your doc page:
https://docs.metabox.io/extensions/mb-frontend-submission/
You say...User Posts Dashboard
To let users view and edit their submitted posts, just create a normal WordPress page, and insert the following shortcode into the page content:[mb_frontend_dashboard edit_page="124"]
Shortcode attributes
Attributes Description
edit_page The ID of the page, where users can submit posts.
post_type The post type to be shown (default: post)I am not using any builder, just the twentyone theme and I have the same problem as Thibaut.
When using the shortcode without post_type argument, only post are listed.
Using post_type="cpt-slug" nothing are listed.Please, check it and clarify.
Thank you.Tron Buck
ParticipantAnother question:
when trying to concatenate two values ("road" and "house_numer" for example)[ 'name' => __( 'Street', 'your-text-domain' ), 'id' => $prefix . 'street', 'type' => 'text', 'address_field' => 'address', 'binding' => 'road + " " + house_number', ],I get this error
geolocation.js?ver=1624388899:308 Uncaught ReferenceError: item is not defined at geolocation.js?ver=1624388899:308 at Array.forEach (<anonymous>) at Osm.getFieldData (geolocation.js?ver=1624388899:301) at Osm.populateField (geolocation.js?ver=1624388899:52) at geolocation.js?ver=1624388899:33 at Array.forEach (<anonymous>) at Osm.populateFromAddress (geolocation.js?ver=1624388899:33) at HTMLInputElement.<anonymous> (geolocation.js?ver=1624388899:253) at HTMLInputElement.dispatch (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2) at HTMLInputElement.v.handle (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2) -
AuthorPosts