10 years ago
1
Topic

Hello all!

First of all, I'd like to congratulate all of those involved in the development of SEBLOD - it is a great piece of work, and a great addition to Joomla which I find myself turning to more and more - which brings me to my question!

I have created a simple check list for weekly maintenance and it all works as desired. I have now been asked to add an email option, so that in the event of an urgent repair, a checkbox can be ticked and the form will be sent to the appropriate person.

The email field has been added and configured with all fields and a "to" address. I have also set up a condition on the field so that is is disabled unless checkbox is checked - but it appears not to have any effect, as the email is sent with full details every time - irrespective of the status of the checkbox.

So my question is this... is what I am trying to do possible, and if so how - as the obvious disabling of the field appears to have no effect.

Many thanks in advance for any suggestions

 Richard Horner


Get a VIP membership
10 years ago
0
Level 1

Hello Richard,

welcome on SEBLOD.


For your request you will find some help here

In the Email field, You have to use the option:

Send:

  • Static Value: Never/Submission/Edition/Alway
  • Dynamic Value: Put your fieldname right above the Static Value ( override it ), the value must be an integer:
    • Never = 0
    • Submission = 1
    • Edition = 2
    • Alway = 3

The value of your checkbox checked must be 1 or 2 or 3 depending on your need.

Regards.
Lionel
Get a Book for SEBLOD