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

    Hi

    have one question:

    I use your contact formular from the demo.

    I installed everything, script works fine but:
    In the contact formular next to standard, it shows still the emil adress from me, for example: (Email address hidden if logged out)

    In the field below, i entered now the email adress of my customer, so that the emails will come to him. Also i edited the profile of wp to his email adress.

    When i save now the contact formular with the settings, go the next time again into the contact formular, next to standard there is still my old email adress for example thomas@gmx,at and only in the text field below is standing the email adress of my custerom.
    How can i edit the Standard Email adress of the contact formular?

    Picture: https://www.dropbox.com/s/xxiuczodw6mwz7s/Unbenannt.png?dl=0

    Greets

    • This topic was modified 10 years, 6 months ago by sunnyboy83.
    #371163

    Hi,

    Open /enfold/config-templatebuilder/avia-shortcodes/contact.php and look for this (lines 48-53):

    						array(
    						"name" 	=> __("Your email address", 'avia_framework' ),
    						"desc" 	=> __("Enter one or more Email addresses (separated by comma) where mails should be delivered to.", 'avia_framework' ) ." (".__("Default:", 'avia_framework' ) ." ". get_option('admin_email').")",
    						"id" 	=> "email",
    						'container_class' =>"avia-element-fullwidth",
    						"std" 	=> get_option('admin_email'),
    						"type" 	=> "input"),
    

    Replace by this:

    						array(
    						"name" 	=> __("Your email address", 'avia_framework' ),
    						"desc" 	=> __("Enter one or more Email addresses (separated by comma) where mails should be delivered to.", 'avia_framework' ) ." (".__("Default:", 'avia_framework' ) ."_NEW_EMAIL_HERE_)",
    						"id" 	=> "email",
    						'container_class' =>"avia-element-fullwidth",
    						"std" 	=> '_NEW_EMAIL_HERE_',
    						"type" 	=> "input"),
    

    P.S. You can store this modification on a child theme:
    http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Regards,
    Josue

    #371241

    Hi

    thanks for your support but when i change it in the way you told me then it looks like:

    https://www.dropbox.com/s/dee7vxr3mlnt9d8/enfoldemail.png?dl=0

    Strange is also, that when i change the admin email from wp, that here in the contact formular is still displayed the old email adress from wp as standard. (altough there is no wp user anymore with that old email adress on that site)

    Greets

    #371242

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #371244
    This reply has been marked as private.
    #371376

    Hi!

    It is working fine when I use the (Email address hidden if logged out) email on a test page : http://www.kaffee-insam.at/wp-admin/post.php?post=584&action=edit&message=6

    Regards,
    Ismael

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