Forum Replies Created
-
AuthorPosts
-
pozzerfieldParticipantThank you … I will try..
pozzerfieldParticipantI try but nothing changes!
I’m developing some javascript to intercept the action and reload the form…
I will try…
Thank you
pozzerfieldParticipantThank you for your help.
I’m still having problems with form in modal.
Adding a new record (not edit) when I submit the form in modal the form work well and the modal close automatically (that’s fine)!The problem is that when I open a new modal to add another post I see the old form populated with the old data that I wrote with the end message that everything works fine!
I need to clear the data and messages and start with another NEW form, it’s possible?
Thank you again for your help!
pozzerfieldParticipant$('.modal-body').load('content.html',function(){ $('#myModal').modal({show:true}); });This is exactly what I did! But I found a problem on Firefox and Safari browser.
On Chrome all works fine but on other browsers I think there are some problems: the piklist form shortcode doesn’t show nothing!Very strange!
pozzerfieldParticipantThank you!
There’s a way to manage this dinamically ?
My goal is to have a single modal structure and populate dinamically. (with javascript ? perhaps ?)
It’s possible ?
pozzerfieldParticipantI try to edit custom post type from frontend.
example: a page with a list of custom post type records on frontend: when I click on one of it a modal opens with the form filled with the values into the correspondent input fields so I can edit and save the modified values.
Thank you so much
pozzerfieldParticipantThank you for your superfast reply!!
I try this solution but the problem is when I try to open a form in modal to edit (passing the post_id value).
There are some tips about it ?
Thank you
-
AuthorPosts