By default, the `advanced_form()` function echos the form markup in place but you may set the `echo` argument to `false` in order to have the function return the markup. e.g;
$form_html = advanced_form( 'FORM_KEY', [ 'echo' => false ] );
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article