kjac / FormEditor

A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
MIT License
99 stars 42 forks source link

Multiple #196

Closed bobi33 closed 5 years ago

bobi33 commented 6 years ago

Hi there, it looks like if you have multiple document types with the form editor tab, and you try to configure the web service integration, you cannot use different usernames and passwords if you have multiple document types.

For example: -You have a document type associated with the contact page, which has a separate mailbox in mailtrap (so separate username and password); and you have a document type associated with a careers send resume page, which has another separate mailbox in mail trap (different mailbox username and password than the aforementioned one). -If you try to configure the document type associated with the contact page in the editor to input the username and password credentials from mailtrap, it automatically saves the same credentials to the second document type associated with careers send resume page. -There is no way to have separate credential options for each document type.

Any ideas? I hope I was able to explain this clearly πŸ˜€

kjac commented 6 years ago

Hi @bobi33. I'm a little confused πŸ˜„

Are you saying you have multiple Form Editor properties on the same document?

bobi33 commented 6 years ago

I have one form editor property on one doc type, and another form editor property on another doc type. However, they’re linked somehow: the smtp info in particular is linked. One doc type form editor property cannot have different smtp info than the other.

On Sep 18, 2018, at 04:30, Kenn Jacobsen notifications@github.com wrote:

Hi @bobi33. I'm a little confused πŸ˜„

Are you saying you have multiple Form Editor properties on the same document?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kjac commented 6 years ago

@bobi33 looks like I've dropped the ball on this one. My apologies. I'll make sure to have a look at this as soon as possible, hopefully this weekend.

kjac commented 6 years ago

@bobi33 I can't reproduce this. I've tried both the web service integration configuration for two different Form Editor data types and the email confirmation configuration for two different pages. No matter what I do they all work and I'm not seeing any linkage between them.

bobi33 commented 6 years ago

@kjac I'll need a few days, but I will take a video of what I am doing to reproduce the steps regarding the linkage.

kjac commented 5 years ago

Closing this now due to lack of activity.

bobi33 commented 5 years ago

I let this lapse. Would a video be helpful for the purpose of troubleshooting this issue?

I get this issue when I go to:

  1. Content > node with contact form.
  2. "Emails" to change the recipient address to the desired one. I also keep the sender email address as the same one in the Umbraco .config file.
  3. I then go to Settings > Document Types > contact form node > I click on the gear in form editor > then the gear again > I scroll all the way down to the SMTP settings > I input a username (Username 1) and password.
  4. If I then go to Settings > Document Types > second contact form node > and repeat the above steps to configure the SMTP settings to input a second username (Username 2) and password, this overwrites the previous Username 1 in the first contact form node, so if I go back to the initial contact form node SMTP settings, I will then see Username 2 instead of Username 1.

Am I doing something wrong here?

bobi33 commented 5 years ago

@kjac ?