James Laws
Forum Replies Created
-
Lutfi,
I just looked at your form again and it is definitely your theme. Please see this screenshot of the rules your theme has on line 262 of it’s style.css: https://db.tt/G78TTB3t0c
You can see that your theme applies it’s field styles to the input types of [type=”text”], [type=”email”], and [type=”password”]. It neglects to styles other html5 field types like [type=”tel”] which is why that field looks different from the rest.
You can altar that rule and include other field types, but if you ever update the theme the changes will be lost. You can place a duplicate of that rule under the customizer in the Additional CSS section. Or you can turn on our opinionated styles under Forms > Settings > Advanced > Opinionated Styles.
Marking has resolved due to a lack of follow-up from original poster.
If this issue still persists or you have additional questions or details, please fill out a support request at https://ninjaforms.com/contact/.
Marking has resolved due to a lack of follow-up.
If this issue still persists or you have additional questions or details, please fill out a support request at https://ninjaforms.com/contact/.
Currently, post level merge tags needs to be added to a field, like a hidden fields default value, first and then that field can be used in the email action.
We are working to have these tags available to the actions directly and should have that patched in version 3.1.
Jolaya,
I don’t see a properly structured theme on the link you provided. It doesn’t even appear to have a proper wp_footer() call which Ninja Forms would need to function.
You do this by creating an HTML field with the translated text and placing it at the bottom of the form and then saving the blank space in the setting that allows you to change that text so it doesn’t get out out. There is no other setting to accomplish this.
Under your form > Advanced > Display Settings, you can clear the message with a blank space and then add an HTML field with the new message anywhere in the form you would prefer it to appear.
Are these forms on the same page? Are they the same form? Can you link to the page in question?
It’s not likely that it will change move kg forward, but we understand. The 2.9 codebase will be removed at the end of the year so keep that in mind as well.
We don’t have a way of moving that message at this time. We hope to add an option for that in the future.
That is by design. Ninja Forms is a JavaScript application and does require it as a part of the submission process.
My guess is that you should not see this on the latest version if Ninja Forms.
I would recommend checking out our email troubleshooting guide as is solved every email issue we’ve seen so far: https://ninjaforms.com/docs/troubleshooting-email-problems/
I would recommend checking out our email troubleshooting guide as is solved every email issue we’ve seen so far: https://ninjaforms.com/docs/troubleshooting-email-problems/
We don’t have a feature for that specifically. You would need to write custom code using the submissions API to display what you want the way you want. https://developer.ninjaforms.com/codex/submissions/