Forums

Problem with submit and events form.

zaphiel 25 Apr, 2014
Good morning.

I made a custom form, but when I send it, I do not know what I put in the wrong part of e-mail. In the joomla site I get nothing, neither in the mailbox of the user's mail. Moreover, try to choose the radius box "User Type" other fields are hidden in radio options box, there is a tab that says "Events", I put something like "On Company hide Sex (ID field) "but does not work, as would be done?.

Thank you.
GreyHead 25 Apr, 2014
Hi zaphiel,

Please use different To and From Email addresses. Please see this FAQ which may also help.

try to choose the radius box "User Type" other fields are hidden in radio options box, there is a tab that says "Events", I put something like "On Company hide Sex (ID field) "but does not work, as would be done?. I'm sorry but I don't understand what you are asking here :-(

Bob
GreyHead 28 Apr, 2014
Hi zaphiel,

There's an example here for something similar with CFv4. Max may have posted examples for CFv5 in the forums here.

Bob
zaphiel 09 May, 2014
I dont know where is the problem in both of them, send email and hide fields... i can recieve emails in joomla.
GreyHead 10 May, 2014
HI zaphiel,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.

Bob
zaphiel 12 May, 2014
Hello.

Here there is the debug info:

On the Data Array:

Array
(
    [chronoform] => FORMU2
    [event] => submit
    [Nombre] => pepe
    [Usuario] => pepe
    [Password] => pepe
    [Confirmar_Password] => pepe
    [E-mail] => a3507861@drdrb.net
    [Confirmar_e-mail] => a3507861@drdrb.net
    [Tipo_de_Usuario] => 1
    [Sexo] => 1
    [Tipo_de_empresa] => qwe
    [Especialidad] => qwe
    [Dirección_1] => qwe
    [Ciudad] => qwe
    [Provincia] => qwe
    [Codigo_postal] => qwe
    [Telefono] => 1234
    [submit5] => Submit
    [ip_address] => 217.127.186.250
)



On the Debug Array:


Array
(
    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:srgm2@hotmail.com
                    [2] => Subject:Your Subject Goes Here
                    [3] => From name:Admin
                    [4] => From email:techmiware@techmiware.url.ph
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
<div class="gform-all"><div class="gform-section"><div class="gform-line-tr" id="ftr-name"><div class="gform-line-td" id="ftd-name"><label for="name" class="gform-label-left">Name</label>
<div class="gform-input-container gform-input" id="fin-name"></div></div></div><div class="gform-line-tr" id="ftr-email"><div class="gform-line-td" id="ftd-email"><label for="email" class="gform-label-left">Email</label>
<div class="gform-input-container gform-input" id="fin-email"></div></div></div><div class="gform-line-tr" id="ftr-subject"><div class="gform-line-td" id="ftd-subject"><label for="subject" class="gform-label-left">Subject</label>
<div class="gform-input-container gform-input" id="fin-subject"></div></div></div><div class="gform-line-tr" id="ftr-message"><div class="gform-line-td" id="ftd-message"><label for="message" class="gform-label-left">Message</label>
<div class="gform-input-container gform-input" id="fin-message"></div></div></div><div class="gform-line-tr" id="ftr-submit5"><div class="gform-line-td" id="ftd-submit5">
<div class="gform-input-container gform-input" id="fin-submit5"></div></div></div></div></div>

Poster's IP address:217.127.186.250
                )

        )

)


With this configuration, in my email srgm2@hotmail.com, i recieve it, but empty, i tried with info@techmiware.url.ph and is the same result, but i want recieve email in techmiware@techmiware.url.ph with all data from form.
GreyHead 12 May, 2014
Hi zaphiel,

That looks as though the email was sent successfully from Joomla! + ChronoForms. It's probably gone to a spam folder or filter.

I suggest that you test with a To Email that isn't hotmail (or livemail or aol).

Bob
Max_admin 12 May, 2014
Hi,

Please make sure you update Chronoforms v5 to v5 RC6, you should also clear the Email template then save the form to get an updated template created for your email, or simply try to use your fields names between 2 curly brackets:
{field_name}


Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
zaphiel 13 May, 2014
Hello.
I managed to get from techmiware@techmiware.url to hotmail inbox with the correct data. But I want to get it in techmiware@techmiware.url.ph What to hide fields, I can hide box, but no box radius. Any idea? 'll see the tutorial Greyhead anyway. Another thing, it would be possible to put the fields into a container once created? I do not get to.

form
Max_admin 14 May, 2014
Maybe the email is trapped by some spam filter in your 2nd address ?

it would be possible to put the fields into a container once created? I do not get to.


You can use the "copy" and "paste" buttons in the designer!

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
zaphiel 14 May, 2014
"Fixed", though I can not hide the 2nd Radio "sex."

I've got the fields in containers too.
zaphiel 15 May, 2014
Hello, i have some doubts.

It would be possible to modify the user profile form from the frontend, so that each user can modify your information and it is updated automatically?

It could change the css so that when a field is valid, the color changes to green?

And I still do not know how to hide a field radio box... just i can hide text box...

Regards.
Max_admin 20 May, 2014
Hi Zaphiel,

You can hide any field by selecting to "hide parent", just make sure you have the latest update because we apply new fixes regularly!

There is no way to turn valid fields color to green at the moment, maybe in the future!

You can use Chronoforms to update existing records, you will need a db save action and a hidden field in your form with the name matching the table's primary key and a value for the record key to be updated, the forum and FAQs have many examples.

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.