Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #450278

    Hi Guys,

    Me again, still using your amazing template for a new client.

    My client need to connect a contact form to a web service (using soap) in order to get created a database with potential customers.

    I’ve a unique id/key (like 12345678901234567890) that have to be sent to be able to connect to the web service and send the informations needed like name, phone, email,… filled in a contact form.

    Is there any solution to do that with the shortcode contact form?
    I’ve some php lines that should do the job but I don’t know how to connect with the shortcode contact form.

    Many thanks if you can help.

    #450659

    Hey eldrico!

    It’s bordering on custom work but we do have a filter for this on line 679 in /enfold/framework/php/class-form-generator.php.

    $proceed = apply_filters('avf_form_send', true, $new_post, $this->form_params);
    

    You might be able to get something worked out with that.

    Regards,
    Elliott

    #452770

    Hi Elliott,

    Thanks for your answer. As i’m not a professional php coder I guess I will have a look on how to use filter ;o) I guess I’ve to “hook” to your filter in order to connect everything. If you have any tips, do not hesitate ;o)

    Thanks for helping, I’ll let you know if I find the solution and will post it here in case it may help other people.

    Eldrico,

    #453149

    Sorry Elliott, me again.

    Can you help me with that noob question please?
    I’ve seen Dude answers (https://kriesi.at/support/topic/process-form-params-instead-sending-via-e-mail/) that should help me. But my question is to know if I’ve to modify the function.php and the specific line 679 or if I’ve to add my php codes (hookable on your filter) in a “code shortcode” on my contact form page (for example) to make the action working?

    Thanks and sorry for being noob ;o)

    #453621

    Hey!

    Those are a advanced customizations / modifications of our themes, and we do not support them through the forums.
    http://kriesi.at/contact/customization

    You can point them on the filter, and thy will guide you / code it for you.

    Cheers!
    Basilis

    #453686

    Ok Basilis,

    Thanks for your answer. It’s just that I’ve seen Dude’s post and seen that he was helping a bit more with the hook on filter…
    it’s okay, i’ll find myself.

    thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘connecting form to soap’ is closed to new replies.