Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #921504

    Hi, I’d like to track all my forms submissions.
    With contact form 7 i used flamingo but it’s not working with your theme.
    Any suggestion to have access to all the forms submissions ?
    Thanks for your help
    Sebastien

    #921817

    Hey smiollis,

    That plugin works here
    https://github.com/mdsimpson/contact-form-7-to-database-extension

    you can use that one!

    Best regards,
    Basilis

    #922696

    I installed your extension cf7db and cf7 but it’s not working with your form system/builder.

    #923326

    Hi,

    I have tested it just now and I can see it working properly

    Best regards,
    Basilis

    #926054

    For the form, you used contact form 7 and an id or the avia form builder

    #927302

    Hi,

    I installed your extension cf7db and cf7 but it’s not working with your form system/builder.

    That extension (cf7db) is not compatible with the theme’s contact form element. The plugin CF7 and its extensions should be used on their own.

    Best regards,
    Ismael

    #933701

    Hi,
    I set-up new forms with CF7, CF7DB is working now ;)
    But i have a new issue on mobile/tab rendering, the css of the child theme seems not applied :( (but working on desktop…)
    i used the code below :

    /* contact form 7 design */ 
    .wpcf7-form {
      	font-family: bree-serif!important;
      	font-size: 16px;
    }
    .wpcf7 .input-text, #top input[type="text"], 
     #top input[type="email"], #top input[type="number"],
       #top input[type="tel"]
    {
    	border-top: 1px solid transparent!important;
    	border-left: 1px solid transparent!important;
    	border-right: 1px solid transparent!important;
    	border-bottom: 2px solid #979797;
      	font-family: bree-serif!important;
      	font-size: 14px;
    }
    
    /*bouton*/
    .wpcf7 input[type="submit"]{
      	border-color: transparent!important;
      	border-width: 1px !important;
     	background-color: #ff6565 !important;
      	color: white!important;
      	font-family: bree-serif!important;
      	font-size: 18px;
      	line-height: 24px;	
      	text-align: center;
    }
    • This reply was modified 6 years, 7 months ago by smiollis.
    #934079

    Hi smiollis,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.