• Resolved doqmike

    (@doqmike)


    Hello,
    We are using a contact form to save what kind of training our employees received. Because we have different projects, I used conditional formatting, so first we select the project and after that the trainings related to that project appear.
    We are trying to save this data using the plugin ‘Contact Form CFDB7’, which usually works like a charm. Anyway, since I start using the ‘Conditional Formatting’ plugin, the data does not save correctly. In the database I can see the project selected correctly, but the training received always returns ‘Moza’. Also CF7 stopped sending emails after using the plugin.

    I did not put the link as it’s accessible only from within company perimeters. We could organize a teamviewer session though.

    Here is my code:

    <label> Trainer Name 
        [text* trainer-name default:user_display_name] </label>
    
    <label> Trainer Email 
        [email* trainer-email default:user_email] </label>
    
    <label> Agent Name 
        [text* agent-name] </label>
    
    <label> Training for project
        [select* project include_blank "Q&T" "Bofrost" "Essent"] </label>
    
    [group QT]<label> Training received
        [select* training "DISC" "Soft Skills" "Coaching and Feedback" "Absenteeism"] </label>[/group]
    
    [group Bofrost]<label> Training received
        [select* training "PP" "RP" "D2D3" "Inbound" "Mails"] </label>[/group]
    
    <label> Comments
        [textarea comment] </label>
    
    [submit "Send"]

    Thanks in advance!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Forms don’t save and send correctly’ is closed to new replies.