Setup Tab Not displaying as in guide

How to fix the ChronoForms Setup tab not displaying correctly and email notifications not sending.

Overview

The issue occurs because the form is in "new simple" mode, which lacks the full setup sidebar, and email delivery may be affected by spam filters or outdated software.
Switch the form to advanced mode via the General tab to access all setup options. For email issues, update ChronoForms, check spam folders, and verify recipient addresses.

Answered
c5 c5web 15 Feb, 2015
[attachment=0]2015-02-15_12-20-36.jpg[/attachment]I'm trying to go through the setup process for the forms, but it looks different than what I see in the guide. The left sidebar isn't populating and I can't figure out how to set it up so I can get email notifications. The other tabs seem to work properly, but setup seems like something is wrong. Screenshot uploaded.
Max_admin Max_admin 16 Feb, 2015
Answer
1 Likes
Because this is a "new simple" form, you can start a "new" form for the default advanced mode or switch this form to advanced setup under the "General" tab!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
c5 c5web 16 Feb, 2015
Thanks! I can do that, but for future forms, is there another way to set email notifications without using the advanced mode? I thought I'd set it in the email tab but doesn't seem to work.
c5 c5web 16 Feb, 2015
Ok, I see the configuration options now. However, I can't get email notifications to send. Searched forum, but not finding this fix. Can you help here or should I start a new topic?
Here's the form I'm testing. Set up to send notification to my email, from a different email address. http://108.167.181.241/~dbvet/pet-owners/schedule-online
Max_admin Max_admin 16 Feb, 2015
Please enable the debug (under the Debug tab) and post the debug report here.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
c5 c5web 16 Feb, 2015
Here it is. Reading it, it looks like it says it sent, but I don't have it anywhere...

Data Array
Array
(
    [chronoform] => AppointmentRequest
    [event] => submit
    [FirstName] => Carrie
    [LastName] => hobbs
    [Phone] => 3035492033
    [email] => carrie_hobbs@msn.com
    [pettype] => 1
    [Locationrequest] => 0
    [referral] => 0
    [referringvet] => 
    [textarea6] => test
    [captcha] => 
    [button11] => Submit
    [AppointmentRequest] => 
    [id] => 3
    [ip_address] => 174.51.197.144
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
    [11] => Array
        (
            [DB Save] => Array
                (
                    [Queries] => Array
                        (
                            [0] => INSERT INTO `uh46v_chronoengine_chronoforms_datatable_AppointmentRequest` (`FirstName`, `LastName`, `Phone`, `email`, `referral`, `referringvet`, `textarea6`, `captcha`, `button11`, `user_id`, `uniq_id`, `created`) values ('Carrie', 'hobbs', '3035492033', 'carrie_hobbs@msn.com', '0', '', 'test', '', 'Submit', '0', '918555615f939365bdf448eef9ad90839d81d1c3', '2015-02-16 18:44:48');
                        )

                )

        )

    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:carrie_hobbs@msn.com
                    [2] => Subject:New Appointment Request
                    [3] => From name:Web Appointment Request
                    [4] => From email:staff@scvds.com
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
<table>
<tr><td>First Name</td><td>{First Name}</td></tr>
<tr><td>Last Name</td><td>hobbs</td></tr>
<tr><td>Phone Number</td><td>{Phone }</td></tr>
<tr><td>Email</td><td>carrie_hobbs@msn.com</td></tr>
<tr><td>My pet is a:</td><td></td></tr>
<tr><td>Were you referred by your veterinarian?</td><td>0</td></tr>
<tr><td>Who is your referring vet?</td><td></td></tr>
<tr><td>Briefly describe why you are requesting an appointment:</td><td>test</td></tr>

</table><br /><br />IP: 174.51.197.144
                )

        )

)
Max_admin Max_admin 16 Feb, 2015
Do you have the latest update ?

Please check the spam filter ? or try a different To address ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.