I'm using umbraco forms and mySQL database from unoeuro.
when i submit my form i does not send my mail to my webmail (why? I dont get any error message)
If i want to enable the database on forms i gives me and error =>
"Table 'hanstholmkunstbygning_dk_db.UFrecordFields' doesn't exist
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: MySql.Data.MySqlClient.MySqlException: Table 'hanstholmkunstbygning_dk_db.UFrecordFields' doesn't exist
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MySqlException (0x80004005): Table 'hanstholmkunstbygning_dk_db.UFrecordFields' doesn't exist]
Can anyone help me where i should put the connection for the database so it can store my form data?
Where I handle the email sender so i get an email when i press submit?"
When i open mySQL databse it has the db UFrecordFields so why can't it find it?
Umbraco Forms
Hello
I'm using umbraco forms and mySQL database from unoeuro.
when i submit my form i does not send my mail to my webmail (why? I dont get any error message)
If i want to enable the database on forms i gives me and error =>
When i open mySQL databse it has the db UFrecordFields so why can't it find it?
Thanks in advance! ;)
is working on a reply...