Hi everyone,
I have an e-form where visitors can enter their contact details, insert an attachment (using the file upload control embedded element), put an order (by choosing various options) and submit it via email. The problem I am encountering is with the attachment; it is not displayed in the email.
After a lot of research, I found out that the cause of the problem is the “Refresh field on keywords change” option on my radio buttons and the @Command([ViewRefreshFields]) on my buttons which calculate the cost of the chosen option. In other words its the refresh part which is causing the problem. When you press the submit button (although I have the @Command([FileSave]))the “input” of the file upload control is lost.
Any help on how I could solve the problem of reserving the attachments via email while having the “refresh features” on my form will be much appreciated.
Thanking you in advance,
Nana