You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Hi, I'm trying using Gravity Forms instead of Contact Form 7 as that one is not sending emails. I have installed GF on both WordPress and Frontity but when I run npx frontity dev I get the error
Warning: You provided a valueprop to a form field without anonChangehandler. This will render a read-only field. If the field should be mutable usedefaultValue. Otherwise, set either onChangeorreadOnly.
Uncaught ReferenceError: gform is not defined
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying using Gravity Forms instead of Contact Form 7 as that one is not sending emails. I have installed GF on both WordPress and Frontity but when I
run npx frontity dev
I get the errorWarning: You provided a
valueprop to a form field without an
onChangehandler. This will render a read-only field. If the field should be mutable use
defaultValue. Otherwise, set either
onChangeor
readOnly.
Uncaught ReferenceError: gform is not defined
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: