Home › Forums › Arnold WordPress Theme › Contact form
- This topic has 10 replies, 2 voices, and was last updated 2 weeks, 5 days ago by
friedrichfotografie.
- AuthorPosts
- June 7, 2022 at 4:57 pm #27690
Hi! Is it possible to add a phone number field to my contact form?
June 8, 2022 at 1:34 am #27699Hi,
It is possible by Contact Form 7 plugin(check how to add it).
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJune 8, 2022 at 8:58 pm #27713This reply has been marked as private.June 9, 2022 at 1:57 am #27715Sorry, I don’t understand your question. Do you mean hide “Required” text or GDRP ? Could you please leave your contact form page URL also? Thanks
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJune 9, 2022 at 6:12 pm #27720This reply has been marked as private.June 10, 2022 at 1:31 am #27722Thanks, there is not an easy way to edit the message for now. We will add an option to edit it in the next version.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJune 11, 2022 at 5:39 am #27737This reply has been marked as private.June 11, 2022 at 12:21 pm #27744Please edit the 2 files on BM content builder(bm-builder):
/assets/js/mod/contact-form.js, replace the strings:
https://www.dropbox.com/s/u9f8qhdpt8qi6yi/QQ20220611-201816.jpg?dl=0ux-content-builder.php
line:276:
wp_register_script( 'ux-cb-modules-contact-form', ux_cb_asset_url( 'js//mod/contact-form.min.js' ), array( 'ux-cb-modules-global' ), UX_CB_VERSION, true );
update as:
wp_register_script( 'ux-cb-modules-contact-form', ux_cb_asset_url( 'js//mod/contact-form.js' ), array( 'ux-cb-modules-global' ), UX_CB_VERSION, true );
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJune 12, 2022 at 1:33 pm #27753Where do I find “BM content builder(bm-builder)”?
June 12, 2022 at 1:58 pm #27756Hi,
Plugins>Plugin file editor : https://www.dropbox.com/s/a50zlh3uflwb9x4/QQ20220612-215550.jpg?dl=0Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJune 12, 2022 at 9:12 pm #27763Works perfect now!! Thank you so much!
- AuthorPosts
- You must be logged in to reply to this topic.