Cannot send post another time / Dashboard Post ID
Support › MB Frontend Submission › Cannot send post another time / Dashboard Post IDResolved
- This topic has 11 replies, 2 voices, and was last updated 3 years, 11 months ago by
Thibaut.
-
AuthorPosts
-
April 7, 2021 at 7:18 PM #27029
Thibaut
ParticipantHello,
I am an Oxygen user.
1st question
I created a frontend form where you can include your blog post. Once submitted, it says : "Your post has been successfully submitted. Thank you." and I cannot insert a new post when I come back / refresh the page. How can I enter a new blog post? (by the way how to customize this message?)
2nd question (actually the 3rd, sorry)
When I create the dashboard with ID 124, it reflects the default posts. How to reflect the custom (blog) posts that I have created instead (the one in the 1st question)?
Thank you in advance.
Thibaut
April 8, 2021 at 9:24 AM #27041Long Nguyen
ModeratorHi,
Thank you for reaching out. Let me answer your questions.
- You can use the attribute
- Please change 124 to the ID of the page that has the shortcode frontend submission and add the attribute
post_type
for the shortcode frontend submit. For example https://share.getcloudapp.com/v1ubDPNk
- ajax: to get a new form submission after refreshing
- confirmation: to customize the messageGet more details here https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes.
- Frontend submit page:
[mb_frontend_form post_fields='title,content' confirmation='Submitted' ajax='true' post_type='cpt-slug']
- Frontend dashboard page:
[mb_frontend_dashboard edit_page='92']
April 8, 2021 at 11:01 AM #27046Thibaut
ParticipantThank you for your patience!
For 1. that's fine thank you!
For 2. Unfortunately I've changed the ID (to the ID of the page that has the shortcode frontend submission) but it is not working, moreover when I click to "add new" it just reload the dashboard page.
April 8, 2021 at 6:33 PM #27054Long Nguyen
ModeratorHi,
Can you please share some screenshots of two pages Frontend Submit and Frontend Dashboard? And please including the URL of the page, I will check it out.
April 8, 2021 at 7:28 PM #27058Thibaut
Participanthttps://bibinoblog.com/user-post-dashboard/
sorry, I Do not how to paste picture here (do you really need just front end not backend?)
that's my shortcode as page ID is 162
[mb_frontend_dashboard edit_page=’162']
April 8, 2021 at 7:36 PM #27060April 8, 2021 at 7:41 PM #27061April 9, 2021 at 5:26 AM #27071Thibaut
Participantsorry for website you can't access if you are not logged in.
April 9, 2021 at 3:38 PM #27088Long Nguyen
ModeratorHi,
As I can see the dashboard page show posts as well. Regarding the Add New button, it looks like there is an issue with the shortcode
[mb_frontend_dashboard edit_page=’162′]
the attribute value should be assigned in the single quote
[mb_frontend_dashboard edit_page='162']
Can you please re-check it?
April 9, 2021 at 3:46 PM #27090Thibaut
ParticipantHello!
Thank you.
Unfortunately, this doesn't work even corrected.
Both issues are stil remainning, still showing the wrong post and add new doesn't work.
Sorry for the pain.
April 9, 2021 at 10:33 PM #27098Long Nguyen
ModeratorHi,
Please share the site credentials via this contact form https://metabox.io/contact/, I will help you to check the issue.
April 29, 2021 at 10:46 PM #27768Thibaut
ParticipantWith the lateest AIO now I have the follwing messag instead:
Something is not right with the shortcode on page ID:
I thought it would be fixed...
-
AuthorPosts
- You must be logged in to reply to this topic.