Hello,
When somebody edit a post, would it be possible to pass the value from a field to another field?
Example:
When insert:
field askQuestion= '<p>aaa<br>bbb</p>'
When edit (first time):
field Answer='<p>ccc</p>'
field Answers='<p>ccc</p>';
When edit (a second time):
field Answer='<p>ddd</p>'
field Answers='<p>ccc</p><p>ccc</p>';
Thank you for your time.
Best regards