[amocrm id="123" hash="x7w3w3"]. This code is available to copy and paste directly from the amoCRM forms editor. Version: 1.1 Author: amoCRM Author URI: http://amocrm.com */ function createAmocrmEmbedJS($atts, $content = null) { extract(shortcode_atts(array( 'id' => '', 'hash' => '', 'locale'=> '' ), $atts)); $locale = ($locale == 'ru')? 'ru' : 'com'; if (!$id or !$hash) { $error = "
Something is wrong with your amoCRM shortcode. Please, check it out and try again.