Plugin Author
Aidas
(@frankenstein-uk)
Hi kmtrex,
Could you please give me your site url, regards the arrow issue.
Are you sure that you put correct field ID? The field type should be email too. The syntax for that field is nm_field_2 without brackets.
If you still can’t figure out, feel free to drop me logins to your website to [email protected] and I will have a look
Thanks,
Aidas
Plugin Author
Aidas
(@frankenstein-uk)
To anyone else who want to force bullet point to remove, and aren’t using default plugin styles:
ul.nm_form li {
list-style: none !important;
}
Thread Starter
kmtrex
(@kmtrex)
Thanks Aidas! This did the trick for me on getting rid of the bullets 🙂
Regarding the “From Email” with field ID I think the issue is my webhost.
Thank you so much!!!
Plugin Author
Laurent
(@bigloltrash)
Hi.
Thanks for that plugin, simple and so efficient !
I still have a problem using the field id.
I use {nm_field_4} or directly nm_field_4 in the “from email” and “from title” field but it always send me an email with the text “{nm_field_4}” or “nm_field_4” instead of the value of the field.
Do you know what is my mistake ?
Plugin Author
Laurent
(@bigloltrash)
Sorry.
The “from email” field works fine with “nm_fild_4” without brackets.
The “from title” still doesn’t work even if I use brackets or not.
Can you help me please ?
It would be great.
Than you.
Plugin Author
Aidas
(@frankenstein-uk)
Hi bigloltrash,
Try double brackets in from title field. For e.g.: {{nm_field_4}}
Since you can construct you from title like this:
{{nm_field_4}} {{nm_field_2}}
first ID would stand for first name and last name.
hope that helps
Thanks,
Aidas