Edit with different form ID
-
Hi,
I have this code to place edit link in the template theme :
<?php $code = get_the_ID(); echo '<a href="https://domain.com/edit-form-a/?pid=' . $code . '">Edit Form A</a>'; ?>
Is it possible to edit one post with different form (form ID)?
I have posts which need edited by form A, Form B and form C.
- The topic ‘Edit with different form ID’ is closed to new replies.