Support MB Frontend Submission Form don't show Reply To: Form don't show

#12923
13Garth13Garth
Participant

@Anh Tran

So this is what I have in my PHP file.
echo do_shortcode( '[mb_frontend_form id="area"]' );

and this is what I am getting back from that on the Front end.
The PHP echoes the shortcode as a string and no form is been displayed.
echo '[mb_frontend_form id="area"]';