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

Cant find where to configure email to address #145

Closed mikaelekstrom closed 7 years ago

mikaelekstrom commented 7 years ago

I just installed Form Editior on my Umbraco 7.6.4 version and have configured everything accordingly. But i want there to be a notification sent to an editor when someone fills in the form, but i cant find anywhere to configure that?

EDIT: Just realized that the email tab is missing for some reason, any ideas on how to fix this?

KR Mikael

kjac commented 7 years ago

Hi @mikaelekstrom,

You'll need to configure email templates for notification and/or confirmation to make the tab appear in the editor.

See the installation guide or this tutorial for more info :)

mikaelekstrom commented 7 years ago

I have configured it for the notification using the standard template that comes with it. But no menu option appears.

kjac commented 7 years ago

It should "just work" once you have selected an email template in the data type configuration.

You haven't by any chance disabled the emails tab under "Tab order and availability" within the datatype configuration?

Den 4. sep. 2017 2.56 PM skrev "mikaelekstrom" notifications@github.com:

I have configured it for the notification using the standard template that comes with it. But no menu option appears.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kjac/FormEditor/issues/145#issuecomment-326956891, or mute the thread https://github.com/notifications/unsubscribe-auth/AHD_Cmz-8EDhrU09_m7bL19u5MatLw3fks5se_NxgaJpZM4PLMai .

mikaelekstrom commented 7 years ago

Cant see that I am missing anything?

image

kjac commented 7 years ago

@mikaelekstrom looks about right. And the "Emails" tab isn't showing in the form editor?

I've just set up a 7.6.5 site with Form Editor 1.2.1, and it works fine on my end:

Data type config image

Content image

mikaelekstrom commented 7 years ago

I am runing the same version of Form Editor but it dosent want to work, cant really figure out what i have done wrong.

mikaelekstrom commented 7 years ago

Can you make a quick step by step installation guide and then i can try reinstalling it again. Another thing is that i cant find the recaptcha box either when adding things to the form, so maybe i have a broken installation.

KR Mikael

mikaelekstrom commented 7 years ago

Got it to work, I had missed configuring things when adding the property to a page type. I thought I only had to configure the data type to get it to work.

Thanks! Mike

kjac commented 7 years ago

@mikaelekstrom glad you figured it out :) it's created that way so different editors can have notification emails for their respective forms. At the same time it also works as an opt-in for notifications.

I'll go ahead and close this now.