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

#12922
Anh TranAnh Tran
Keymaster

How did you call the shortcode? Did you put it in post content or text widget?

If you call with PHP like

echo '[mb_frontend_form id="area"]';

Then it doesn't work. The correct code is:

echo do_shortcode( '[mb_frontend_form id="area"]' );