get('form'); $settings = $form->get_settings(); $registered = $this->get('registered'); $is_blocked = $this->get('is_blocked'); //TODO: use or remove $page_settings = [ 'account' => [ 'login' => $this->get('login'), 'subdomain' => $this->get('subdomain'), 'api_key' => $this->get('api_key'), 'registered' => (bool)$registered, 'url' => $this->get('account_url'), 'short_url' => $this->get('account_short_url'), ], 'account_actions' => $this->get('account_actions'), 'is_blocked' => (bool)$is_blocked, 'show_stats_reporting' => (bool)$this->get('show_stats_reporting'), 'libphonenumber_path' => plugins_url('/amoforms/js/vendor/libphonenumber/build/utils.js'), 'country' => 'us', ]; if (!$registered && $ip_info = IpInfo::instance()->get_info($_SERVER['REMOTE_ADDR'])) { if (!empty($ip_info['country'])) { $page_settings['country'] = strtolower($ip_info['country']); } } ?>

Changes successfully saved

Changes not saved

get('nonce_field')); ?>

Notification

Receive an email of the submitted data when someone completes the form

Your Name
This option sets the "From" display name of the email that is being sent
Email Subject
This sets the subject of the email that is being sent
Email To
Who submitted data being sent to
Phone
Contact phone number
amoForms plugin works with amoCRM. Using this plugin you accept the
Terms of User Agreement
If File uploads are present, include the uploaded files with the email.

NOTE: many severs restrict email attachment size to 25MB or even smaller.
if you experience trouble sendingor receiving emails with this setting on, reduce the File Upload max file size.

Your Name
This option sets the "From" display name of the email that is sent.
Reply To Email
Replies to the submission email will go here.
Email Subject
This sets the subject of the email that is sent.
Email To
Who to send the submitted data to.
Message
Append Entry
include a copy of the Users's Entry
*/ ?>
cancel ?>