Hi, is it possible to display the post edit form on a page other than its own post? I see how to add a form edit link to the loop. but once clicked, it loads the post with the edit form in the content. I'd like the front end edit form, to be its own page.
Well - can you share access details so I can check whats going wrong.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
I've added the following code to Toolset's custom code section:
function func_display_partner_edit_form() {
if(isset($_GET['partner_id'])){
return do_shortcode("[cred_form form='edit-partner' post='".$_GET['partner_id']."']");
}else{
return "no edit post to display.";
}
}
add_shortcode('display_partner_edit_form', 'func_display_partner_edit_form');
=> hidden link
And called the shortcode on the following page:
=> hidden link
Yea did that. I mean, could you guide me on rendering this view on it's own page? hidden link
Right now, i just have everything on one page, hidden by user role. hidden link
If you switch to my user account with a Parter role (laurenceanthony1) and visit the above page, you'll see the Supporters tab.
I'd like for this to be on its own url too. ie. /view-supporters.
Well - that's a totally different quetion/issue/problem/howto.
Would you mind to create a new ticket with every question you may have, as per our support policy we entertained only one question per ticket. This will help other users searching on the forum as well as help us to write correct resolution summary to which originally ticket submitted to get help for.