Update field with permalink
-
Hi,
Great plugin. I want to update a non hidden form field with the permalink of the post the form is on. So when someone submits the form I get an email with the permalink of the post it is on and also have this information in the entry. I’ve see the example of a hidden field but I want this data in the entry so I want it in an actual field that is sumbmitted.
I’ve tried:
<?php
$permalink = get_the_permalink();
update_field(‘field_62bee26fc3c93’, $permalink, 58551);
?>Where field_62bee26fc3c93 is my field key and 58551 is the id of the form (I’ve also tried using the id of the post the form is on).
Can you please help?
Many thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Update field with permalink’ is closed to new replies.