Hi, I am using the gravity form and the Update Post plugin. First of all, thanks for this great plugin!
One issue that I am finding is to do with custom fields of type: file upload. I use this field to upload multiple images.
I noticed that when I edit and save a post that has a custom field of type “file upload” and I don’t touch any previously uploaded images within this custom field, the image data doesn’t get re-inserted into the content template and all of a sudden gets stripped from the content template. The image data is still there withini the actual custom field itself. It’s just no longer inside the post body. (I am using the content template feature from gravity forms to fill in the main post body).
If I re-upload some new images and edit + save the post using this plugin, then the newly uploaded files does get pulled via the content template and thus inserted into the body. But then when I edit the post and leave the new images that I just uploaded as-is, the image data is all of a sudden removed again from the content template and the post body.
Any idea what would have caused this?
Thanks in advance for your help!
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>It took me awhile to find there is in fact an updated plugin that has the features of this plugin and is well maintained: Gravity Forms: Post Updates.
Sharing here so others can find it. Check it out if you need this feature with an updated code base. https://www.ads-software.com/plugins/gravity-forms-post-updates/
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hello,
I have the problem, taxonomy values doesn’t appear:
Warning: Missing argument 2 for gform_update_post::return_taxonomy_field_value() in /home/***/wp-content/plugins/gravity-forms-post-updates/gravityforms-update-post.php on line 963
screen:
Clipboard02.jpg
[url=https://wyslijto.pl/plik/0j34k0efby]Clipboard02.jpg[/url]
Please for advice
Best regerds,
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hello,
I have the problem, taxonomy values doesn’t appear:
Warning: Missing argument 2 for gform_update_post::return_taxonomy_field_value() in /home/***/wp-content/plugins/gravity-forms-post-updates/gravityforms-update-post.php on line 963
screen:
Clipboard02.jpg
[url=https://wyslijto.pl/plik/0j34k0efby]Clipboard02.jpg[/url]
Please for advice
Best regerds,
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi, I’m using the plugin with the “types” plugin also.
I create a form that creates a post with a lot of custom fields. But some custom fields have more than 1 instance, using repeating fields. Like this: https://wp-types.com/documentation/user-guides/creating-groups-of-repeating-fields-using-fields-tables/
When I try to update the post, the fields become populated with the same content (the last instance).
What can I do?
Tks
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>We’re using a custom post field as a date picker on the gravity form. The date field is blank if the form is edited. Should custom fields also be getting passed through?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Getting this warning on updating a form.
Notice: Undefined index: type_object in /var/www/html/ebsdev_multisite/wp-content/plugins/gravity-forms-update-post/gravityforms-update-post.php on line 428
You may want to change that to
if (empty($this->post['type_object']))
which shouldn’t throw the index error.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Gravity Forms – Update Posts works pretty well, but I have a few odd situations. One is that I hand-craft my slugs in the Post editor.
So, when a user uses a form running this plugin to update posts, my handcrafted slug is overwritten by the WordPress default convention.
Can anyone show me how to prevent this, either by tweaking the plugin, a custom function or other means?
Many thanks.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi all! I am using this plugin to make a form that allows subscribers to edit specific posts (I’m using it as a way for subscribers to submit photos so they get attached to a post. Then the admin can later go in and add them to the gallery for that page). However, this add-on respects the user capabilities, so I’m unable to allow the users to edit posts successfully. The form does work when logged in as admin.
I found on a forum that I can use a add_filter to make the plugin not respect capabilities so I can accomplish this. I tried adding the following hook to my functions.php in the theme, but no luck. I’m not totally sure where to add the code since the instructions weren’t clear, but I assumed it would be the functions.php.
add_filter(‘gform_update_post/public_edit’, ‘__return_true’);
If anyone can provide me with any direction at all on how to accomplish this, I will be eternally grateful. Desperate with project deadline approaching!! :p
A big thanks to the author for creating this very useful plugin.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>I figured I would share this:
The end goal: Add an “Edit” button/link at the bottom of each post that would redirect to the Gravity Forms update post page.
This is a sample URL to the form:
yourdomain.com/edit-post-test/
Here is a sample URL that passes post_id:
yourdomain.com/edit-post-test/?gform_post_id=1
What I did after creating the form:
1. Using Thesis Skin Editor I Added a “Hook Name” to the Post Box on the “Single” template (for single post display). The hook name I used was “gravity_edit”.
2. From WP dashboard I went to Appearance>Editor and added the code below into the functions.php file.
function gravity_edit() { ?>
<a href="https://yourdomain.com/edit-post-test/?gform_post_id=<?php echo get_the_ID( $post_id, 'custom_field_name', true ); ?>">Edit</a>
<?php
}
add_action('thesis_hook_post_box_gravity_edit_bottom', 'gravity_edit');
That was it! Now when I view a post, I see “Edit” and once I click it I see that post and can edit it with Gravity Forms. Yeah!
Their is more I would like to do… like add permission to the form page… etc. but that’s all basic stuff we all know already.
Sources:
https://www.endocreative.com/5-tips-tricks-gravity-forms/
https://diythemes.com/thesis/rtfm/add-custom-php-functions/
https://codex.www.ads-software.com/Function_Reference/get_post_meta
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi there,
I’ve been reading through a few of the support questions as I was looking for the same answer; How to automatically set the Post ID!
I have come up with the following workaround set into the post template PHP template:
<?php $currentpost = get_the_ID();
{echo "<a href='https://rhedeg.co.uk/?page_id=7112&gform_post_id=" .$currentpost. "' >Update post</a>";}
?>
I hope this helps!
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hello!
I have a form that has 3 pages. The first page is a drop down selection and conditional logic determines the next page base on user selection. There are no post fields in the form, they are simply “Product Registrations” for our company.
Does this plugin work with form submissions in this manner? I’ve tried everything with no success.
Below is a snippet of the wp_rg_lead table:
4476 59 (null) 3/27/2014 12:06:19 PM
4475 59 (null) 3/27/2014 2:02:20 AM
4474 68 (null) 3/26/2014 8:42:37 PM
4473 68 (null) 3/26/2014 8:39:36 PM
4472 68 (null) 3/26/2014 8:35:54 PM
4471 77 (null) 3/26/2014 8:32:47 PM
4470 68 (null) 3/26/2014 8:31:39 PM
4469 51 (null) 3/26/2014 7:54:23 PM
4468 51 (null) 3/26/2014 7:51:06 PM
4467 76 (null) 3/26/2014 7:49:09 PM
4466 59 (null) 3/26/2014 7:37:10 PM
4465 59 (null) 3/26/2014 7:30:14 PM
Please advise.
Thank you!
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi,
I am developing a guest registration form. I pre fill a few details and send a link, to the page with a gravity form, to the guest to check the details and to fill in the open fields.
This all seem to work fine till I wanted to access the page with the form from in a browser where I was not logged in as admin. The field stayed empty.
When I submitted the form a new entry was created instead of updating the existing one.
Any idea of suggestions?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi,
First of all let me thank you for this great plugin.
My question is if there is a hook or something I can do when working with a Repeater field from Advanced Custom Fields and your plugin to create a new entry of chosen custom fields (within repeater).
Thanks!
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi, the plugin works fine but reports a notice on the page displaying the edit form:
Notice: Undefined index: type_object in (path to plugin file) on line 428
.
Any idea what the cause of this is and how to fix it?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>The address block does not populate with any of the previous details.
I used Gravity Forms 1.8 beta so that I could take advantage of the multiple image uploader.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>When a post is added for example Premium is chosen, after updating the default of free was selected.
I used Gravity Forms 1.8 beta so that I could take advantage of the multiple image uploader.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>I am either missing something of something is broken. Where do I set what Custom Post Type the form will add/edit?
https://parapxl.com/wp/gf-update-post-post_title.jpg
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>When I update a custom post it adds all of the custom fields again. So after updating a post the postmeta table has duplicates for every meta_value. The values of the ones that I changed show the new values but all of the old ones are still in the database.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>The delete functionality is failing to delete the post, in my case the post is a page with a custom page template. When the delete button is clicked the only thing it does is clear the page template currently assigned to the default template.
I do have extra query parameters in the referring URL to the Gravity Form in additon to the “gform_post_id” parameter:
?parentId=362&fileTitle=F104&buyer=10&seller=12&realtor=9&loanOfficer=11&gform_post_id=490
I do this to populate fields in the gravity form.
However I have other posts (pages) I send with the gform_post_id parameter to the gravity form and no other parameters and it does the same thing when trying to delete, just resets the page template to the default template.
I have reviewed the plugin’s code and do not see where this could be happening the code appears to be accurate, so there must be something with using custom page template that it does not like.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Has anyone else experienced the issue where the post being updated has a parent post assigned, and this parent post relationship is cleared/removed from the child post after updating it?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>hi there, i use gf for users to be able to submit articles to my blog and work only from frontend with subscriber rights. works fine so far.
now i wanted to give them a option to also edit their submitted articles via frontend and tried this plugin.
don′t know if this is only on my installation, but with subscriber rights, articles do not show up in edit form, only if i give users more than subscriber rights (what makes no sense on my installation because i don′t want them to have access to the backend,..)
but the more critical issue i found is that users not only are able to edit their own articles, they are able to edit all articles. (i used the “edit this article” link in the single template file).
anyone else? is this only on my site, misconfigured gf, or is this a bug?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi, I’ve been testing the plugin and seems not to work with multiple columns list fields. In the fields edicón not duplicate the contents of the DB. There solution?
Greetings!
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>I’m using gravity forms for my end-users to publish posts on my site. I want them to be able to edit their posts if need be.
I watched the video, but don’t understand how to append the URL. When I use the &gform_post_id=name of post
it doesn’t work. I am using custom permalinks and not the traditional WP page names.
Can you let me know what I’m doing wrong? I really need to have this functionality.
Thanks.
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi there,
Whenever a post gets updated, the publishdate of that particular posts gets updated. Is there anyway to bypass this action? i want to be able to update a post without changing the published date…
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>After updating WP and GF any forms that have the ?gform_post_id in the url will not display. Any ideas what could cause this?
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>Hi,
Thanks for the contribution.
I’d like to use this to update user submitted posts on the front end, how do I allow the posts to be updated but disable the Entries it creates in the back end?
Is there an update_post function I could add somewhere?
Thanks
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>I have GF Post Field for category and tags and field type for both of them is checkbox. Everything else is working but checkboxes are not populated automatically when using this great plugin.
When I use Standard field checkbox, it’s populated automatically using custom taxonomy. I use Populate with a Taxonomy option in GF custom post types add-on.
https://www.ads-software.com/plugins/gravity-forms-custom-post-types/
https://www.ads-software.com/plugins/gravity-forms-update-post/
]]>I use an Gravity Forms form to update some custom post types. In this form i have some custom fields for meta data.
We have checked the “Unique Custom Field? (?)” checkbox, but if we leave the fields empty it will store the string ‘Array’ in the meta data.
WordPress: 3.5.2
Gravity Forms: 1.7.6
Gravity Forms – Update Post: 0.5.3
https://www.ads-software.com/extend/plugins/gravity-forms-update-post/
]]>I have a gravity form that allows users to create a post on a social wall. that’s working fine.
I want to be able to allow the author to turn off comments after a certain time (such as when they get a response to a question) just by using the form, not by going into the back end as users have no back-end access.
Does your plugin in allow this?
https://www.ads-software.com/extend/plugins/gravity-forms-update-post/
]]>