www.g-med.com Open in urlscan Pro
52.205.37.20  Public Scan

Submitted URL: https://trailer.web-view.net/Links/0X9C3A179FF6A212F7C17BCF45DC2BF5FB4F3E00CDC701DCF430F8F94F58B04FBAE41AF44314662541DE27CA76...
Effective URL: https://www.g-med.com/page/view-group-profile?id=1819
Submission: On May 05 via manual from IN — Scanned from DE

Form analysis 18 forms found in the DOM

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="159968" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-1" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-1" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-1" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-1" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-1" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-1" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-1" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-1" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-1" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-1" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-1" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_UdCYHvut_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_UdCYHvut_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'UdCYHvut', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-UdCYHvut-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-UdCYHvut-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_UdCYHvut_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="153521" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-2" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-2" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-2" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-2" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-2" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-2" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-2" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-2" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-2" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-2" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-2" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_54B9duM5_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_54B9duM5_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', '54B9duM5', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-54B9duM5-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-54B9duM5-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_54B9duM5_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="159973" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-3" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-3" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-3" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-3" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-3" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-3" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-3" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-3" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-3" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-3" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-3" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_zQ9Adiz2_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_zQ9Adiz2_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'zQ9Adiz2', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-zQ9Adiz2-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-zQ9Adiz2-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_zQ9Adiz2_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="142041" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-4" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-4" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-4" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-4" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-4" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-4" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-4" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-4" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-4" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-4" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-4" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_cDbmK2ur_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_cDbmK2ur_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'cDbmK2ur', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-cDbmK2ur-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-cDbmK2ur-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_cDbmK2ur_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="159972" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-5" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-5" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-5" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-5" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-5" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-5" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-5" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-5" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-5" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-5" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-5" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_Kim8U9TG_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_Kim8U9TG_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'Kim8U9TG', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-Kim8U9TG-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-Kim8U9TG-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_Kim8U9TG_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="159671" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-6" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-6" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-6" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-6" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-6" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-6" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-6" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-6" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-6" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-6" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-6" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_5Lhhg5uE_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_5Lhhg5uE_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', '5Lhhg5uE', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-5Lhhg5uE-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-5Lhhg5uE-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_5Lhhg5uE_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="153728" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-7" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-7" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-7" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-7" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-7" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-7" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-7" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-7" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-7" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-7" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-7" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_e35jaZW5_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_e35jaZW5_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'e35jaZW5', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-e35jaZW5-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-e35jaZW5-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_e35jaZW5_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="153868" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-8" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-8" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-8" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-8" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-8" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-8" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-8" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-8" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-8" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-8" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-8" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_EypjZuRm_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_EypjZuRm_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'EypjZuRm', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-EypjZuRm-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-EypjZuRm-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_EypjZuRm_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="150941" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-9" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-9" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-9" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-9" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-9" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-9" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-9" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-9" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-9" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-9" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-9" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_X8zSMMaD_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_X8zSMMaD_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'X8zSMMaD', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-X8zSMMaD-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-X8zSMMaD-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_X8zSMMaD_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="139998" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-10" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-10" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-10" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-10" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-10" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-10" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-10" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-10" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-10" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-10" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-10" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_gSctcsuP_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_gSctcsuP_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'gSctcsuP', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-gSctcsuP-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-gSctcsuP-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_gSctcsuP_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="126169" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-11" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-11" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-11" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-11" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-11" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-11" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-11" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-11" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-11" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-11" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-11" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_nUygdgKy_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_nUygdgKy_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'nUygdgKy', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-nUygdgKy-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-nUygdgKy-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_nUygdgKy_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="140003" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-12" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-12" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-12" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-12" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-12" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-12" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-12" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-12" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-12" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-12" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-12" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_dXbFbspy_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_dXbFbspy_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'dXbFbspy', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-dXbFbspy-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-dXbFbspy-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_dXbFbspy_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="155748" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-13" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-13" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-13" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-13" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-13" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-13" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-13" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-13" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-13" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-13" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-13" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_8EbQMk2k_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_8EbQMk2k_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', '8EbQMk2k', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-8EbQMk2k-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-8EbQMk2k-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_8EbQMk2k_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="156240" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-14" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-14" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-14" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-14" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-14" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-14" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-14" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-14" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-14" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-14" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-14" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_3gwmL2u3_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_3gwmL2u3_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', '3gwmL2u3', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-3gwmL2u3-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-3gwmL2u3-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_3gwmL2u3_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="156377" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-15" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-15" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-15" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-15" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-15" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-15" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-15" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-15" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-15" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-15" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-15" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_tJeMNanN_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_tJeMNanN_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'tJeMNanN', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-tJeMNanN-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-tJeMNanN-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_tJeMNanN_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Name: cmt-post-form-bx_posts-0POST https://www.g-med.com/cmts.php

<form action="https://www.g-med.com/cmts.php" name="cmt-post-form-bx_posts-0" id="cmt-post-form-bx_posts-0" class="bx-form-advanced cmt-post-reply bx-form-processed" method="post">
  <input type="hidden" name="sys" value="bx_posts" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="id" value="156812" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="action" value="SubmitPostForm" class="bx-def-font-inputs bx-form-input-hidden">
  <input type="hidden" name="cmt_parent_id" value="0" class="bx-def-font-inputs bx-form-input-hidden">
  <link href="https://www.g-med.com/modules/boonex/froala/template/css/editor.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/froala_style.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/themes/gray.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/third_party/embedly.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/emoticons.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/draggable.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/fullscreen.min.css" rel="stylesheet" type="text/css">
  <link href="https://www.g-med.com/modules/boonex/froala/plugins/froala/css/plugins/image.min.css" rel="stylesheet" type="text/css">
  <script>
    if ('undefined' == typeof(window.FroalaEditor)) {
      bx_get_scripts(["https:\/\/www.g-med.com\/modules\/boonex\/froala\/js\/editor.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/froala_editor.pkgd.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/third_party\/embedly.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/emoticons.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/draggable.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/fullscreen.min.js",
        "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/image.min.js", "https:\/\/www.g-med.com\/modules\/boonex\/froala\/plugins\/froala\/js\/plugins\/link.min.js"
      ], function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      });
    } else {
      setTimeout(function() {
        new FroalaEditor('#cmt-post-form-bx_posts-0 [name=cmt_text]', {
          toolbarButtons: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsSM: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          toolbarButtonsXS: ["bold", "underline", "align", "leftToRight", "rightToLeft", "insertLink", "fontSize"],
          key: 'SDB17hD9B4F4B3eMRPYa1c1REe1BGQOQIc1CDBREJImD6F5F4I4E1B9B6C3F5C4==',
          attribution: false,
          embedlyKey: '',
          emoticonsUseImage: false,
          charCounterCount: false,
          toolbarSticky: false,
          quickInsertTags: [],
          pastePlain: true,
          entities: '',
          imageUpload: true,
          imageUploadURL: 'https://www.g-med.com/m/froala/upload',
          videoUpload: false,
          placeholderText: "Comment or add others with @",
          language: 'en',
          theme: 'gray',
          iconsTemplate: 'svg',
          events: {
            'initialized': function() {
              var editor = this;
              $('#cmt-post-form-bx_posts-0 [name=cmt_text]').data('froala-instance', editor);
              $(editor.el).atwho({
                searchKey: 'label',
                at: "@",
                limit: 500,
                displayTpl: '<li class="bx-mention-row" data-value="${value}"><span>${label}</span> <img class="bx-def-round-corners" src="${thumb}" /></li>',
                insertTpl: '<a class="bx-mention" data-profile-id="${value}" href="${url}">${label}</a>',
                callbacks: {
                  remoteFilter: function(query, callback) {
                    $.getJSON("https://www.g-med.com//modules/?r=gmed/ajax_get_initial_members&", {
                      term: query
                    }, function(data) {
                      console.log(callback);
                      console.log(data);
                      callback(data);
                    });
                  }
                },
              });
              bx_editor_on_init('#cmt-post-form-bx_posts-0 [name=cmt_text]');
            },
            'keydown': function(e) {
              var editor = this;
              if (e.which == FroalaEditor.KEYCODE.ENTER || e.which == FroalaEditor.KEYCODE.SPACE) bx_editor_on_space_enter('#cmt-post-form-bx_posts-0 [name=cmt_text]');
              if (e.which == FroalaEditor.KEYCODE.ENTER && $(editor.el).atwho('isSelecting')) return false;
            },
          }
        });
      }, 10); // wait while html is rendered in case of dynamic adding html
    }
  </script>
  <div class="bx-form-advanced-wrapper cmt-post-form-bx_posts-0_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-cmt_text" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-textarea bx-form-input-wrapper-html">
                  <div class="fr-box gray-theme fr-basic fr-top" role="application">
                    <div class="fr-toolbar gray-theme fr-desktop fr-top fr-basic">
                      <div class="fr-btn-grp fr-float-left"><button id="bold-16" type="button" tabindex="-1" role="button" aria-pressed="false" title="Bold (Ctrl+B)" class="fr-command fr-btn" data-cmd="bold"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                              d="M15.25,11.8h0A3.68,3.68,0,0,0,17,9a3.93,3.93,0,0,0-3.86-4H6.65V19h7a3.74,3.74,0,0,0,3.7-3.78V15.1A3.64,3.64,0,0,0,15.25,11.8ZM8.65,7h4.2a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61,2.23,2.23,0,0,1-.63.09H8.65Zm4.6,10H8.65V13h4.6a2.09,2.09,0,0,1,2,1.3,2.09,2.09,0,0,1-1.37,2.61A2.23,2.23,0,0,1,13.25,17Z">
                            </path>
                          </svg><span class="fr-sr-only">Bold</span></button><button id="underline-16" type="button" tabindex="-1" role="button" aria-pressed="false" title="Underline (Ctrl+U)" class="fr-command fr-btn" data-cmd="underline"><svg
                            class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M19,20v2H5V20Zm-3-6.785a4,4,0,0,1-5.74,3.4A3.75,3.75,0,0,1,8,13.085V5.005H6v8.21a6,6,0,0,0,8,5.44,5.851,5.851,0,0,0,4-5.65v-8H16ZM16,5v0h2V5ZM8,5H6v0H8Z"></path>
                          </svg><span class="fr-sr-only">Underline</span></button><button id="align-16" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-align-16" aria-expanded="false" aria-haspopup="true" title="Align"
                          class="fr-command fr-btn fr-dropdown" data-cmd="align"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path>
                          </svg><span class="fr-sr-only">Align</span></button>
                        <div id="dropdown-menu-align-16" class="fr-dropdown-menu" role="listbox" aria-labelledby="align-16" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="left" title="Align Left"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h6v-2H3V18z M3,11v2h12v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Left</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="center" title="Align Center"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9,18h6v-2H9V18z M6,11v2h12v-2H6z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Center</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="right" title="Align Right"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15,18h6v-2h-6V18z M9,11v2h12v-2H9z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Right</span></a>
                                </li>
                                <li role="presentation">
                                  <a class="fr-command fr-title" tabindex="-1" role="option" data-cmd="align" data-param1="justify" title="Align Justify"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,18h18v-2H3V18z M3,11v2h18v-2H3z M3,6v2h18V6H3z"></path></svg><span class="fr-sr-only">Align Justify</span></a>
                                </li>
                              </ul>
                            </div>
                          </div>
                        </div><button id="insertLink-16" type="button" tabindex="-1" role="button" title="Insert Link (Ctrl+K)" class="fr-command fr-btn" data-cmd="insertLink" data-popup="true"><svg class="fr-svg" viewBox="0 0 24 24"
                            xmlns="http://www.w3.org/2000/svg">
                            <path d="M11,17H7A5,5,0,0,1,7,7h4V9H7a3,3,0,0,0,0,6h4ZM17,7H13V9h4a3,3,0,0,1,0,6H13v2h4A5,5,0,0,0,17,7Zm-1,4H8v2h8Z"></path>
                          </svg><span class="fr-sr-only">Insert Link</span></button><button id="fontSize-16" type="button" tabindex="-1" role="button" aria-controls="dropdown-menu-fontSize-16" aria-expanded="false" aria-haspopup="true"
                          title="Font Size" class="fr-command fr-btn fr-dropdown fr-selection" data-cmd="fontSize"><svg class="fr-svg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path d="M20.75,19h1.5l-3-10h-1.5l-3,10h1.5L17,16.5h3Zm-3.3-4,1.05-3.5L19.55,15Zm-5.7,4h2l-5-14h-2l-5,14h2l1.43-4h5.14ZM5.89,13,7.75,7.8,9.61,13Z"></path>
                          </svg><span class="fr-sr-only">Font Size</span></button>
                        <div id="dropdown-menu-fontSize-16" class="fr-dropdown-menu" role="listbox" aria-labelledby="fontSize-16" aria-hidden="true">
                          <div class="fr-dropdown-wrapper" role="presentation">
                            <div class="fr-dropdown-content" role="presentation">
                              <ul class="fr-dropdown-list" role="presentation">
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="8px" title="8">8</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="9px" title="9">9</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="10px" title="10">10</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="11px" title="11">11</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="12px" title="12">12</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="14px" title="14">14</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="18px" title="18">18</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="24px" title="24">24</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="30px" title="30">30</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="36px" title="36">36</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="48px" title="48">48</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="60px" title="60">60</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="72px" title="72">72</a></li>
                                <li role="presentation"><a class="fr-command" tabindex="-1" role="option" data-cmd="fontSize" data-param1="96px" title="96">96</a></li>
                              </ul>
                            </div>
                          </div>
                        </div>
                      </div>
                      <div class="fr-newline"></div>
                    </div>
                    <div class="fr-wrapper show-placeholder" dir="auto">
                      <div class="fr-element fr-view" dir="auto" contenteditable="true" aria-disabled="false" spellcheck="true">
                        <p><br></p>
                      </div><span class="fr-placeholder" style="font-size: 14px; line-height: 22.4px; margin-top: 0px; padding-top: 20px; padding-left: 20px; margin-left: 0px; padding-right: 20px; margin-right: 0px; text-align: left;">Comment or add
                        others with @</span>
                    </div>
                    <div class="second-toolbar"></div>
                  </div><textarea autocomplete="off" name="cmt_text" class="bx-def-font-inputs bx-form-input-textarea bx-form-input-html" style="display: none;"></textarea>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_image" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-value">
              <div class="bx-clear"></div>
              <div class="bx-form-input-files-uploaders bx-def-margin-sec-top">
                <link href="https://www.g-med.com/template/css/uploaders.css" rel="stylesheet" type="text/css">
                <script language="javascript" type="text/javascript" src="https://www.g-med.com/inc/js/classes/BxDolUploader.js"></script>
                <script type="text/javascript" language="javascript">
                  var aDolLang = {
                    '_Are_you_sure': 'Are you sure?',
                    '_error occured': 'Error occurred',
                    '_sys_loading': 'Loading...',
                    '_copyright': 'Copyright © {0} G-Med',
                    '_sys_txt_cmt_loading': 'Loading...',
                    '_sys_uploader_confirm_leaving_page': 'Upload is in progress! Stay cool and don&apos;t close this page, or it will cut off half-way.',
                    '_sys_uploader_confirm_close_popup': 'Oh no! Are you sure? This may discard uploading files, seriously.',
                    '_sys_uploader_upload_canceled': 'Too bad. Upload canceled.'
                  };
                </script><a href="javascript:void(0);" onclick="glUploader_RdRKd93Y_sys_cmts_simple.showUploaderForm();" class="bx-btn bx-def-margin-sec-top bx-def-margin-sec-left cmts-uploader-button" title="Add file/picture/video">
    <i class="sys-icon paperclip"></i>
</a>
                <script>
                  $(document).ready(function() {
                    glUploader_RdRKd93Y_sys_cmts_simple = new BxDolUploaderSimple('sys_cmts_simple', 'sys_cmts_images', 'RdRKd93Y', {
                      'multiple': 1,
                      'content_id': '0',
                      'images_transcoder': 'sys_cmts_images_preview',
                      'storage_private': '0',
                      'template_error_msg': '<div class="bx-uploader-msg-err">{error}</div>',
                      'template_ghost': '<div id="bx-uploader-file-{storage_object}-{file_id}" class="bx-uploader-ghost cmts-uploader-file bx-def-margin-sec-top bx-def-margin-sec-left-auto">\n    <input type="hidden" name="cmt_image[]" value="{file_id}" />\n    <div class="cmts-uploader-file-preview bx-def-round-corners bx-def-margin-sec-right">\n        <img src="{file_icon}" class="bx-def-round-corners bx-base-general-icon bx-base-general-icon-{file_id}" />\n    </div>\n    <div class="cmts-uploader-file-actions bx-def-margin-thd-top bx-clearfix">\n    	 <a class="bx-btn bx-btn-small bx-def-margin-sec-right" href="javascript:void(0);" onclick="{js_instance_name}.deleteGhost(\'{file_id}\');">Delete</a>\n    </div>\n</div>'
                    });
                  });
                </script>
                <div class="bx-clear"></div>
              </div>
              <div class="bx-form-warn" style="display:none;"></div>
              <div id="bx-form-input-files-RdRKd93Y-errors" class="bx-form-input-files-errors"></div>
              <div id="bx-form-input-files-RdRKd93Y-upload-result" class="bx-form-input-files-result bx-clearfix" style="position: static; min-height: 0px;"></div>
              <script>
                $(document).ready(function() {
                  if (1) glUploader_RdRKd93Y_sys_cmts_simple.restoreGhosts();
                });
              </script>
              <div class="bx-clear"></div>
            </div>
          </div>
          <div id="bx-form-element-cmt_anonymous" class="bx-form-element-wrapper bx-form-element-wrapper-oneline bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix bx-form-value-oneline bx-form-value-oneline-checkbox">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-checkbox"><input id="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1" type="checkbox" name="cmt_anonymous" class="bx-def-font-inputs bx-form-input-checkbox">
                </div>
              </div>
              <div class="bx-form-caption bx-form-caption-oneline bx-form-caption-oneline-checkbox bx-def-margin-sec-left"><label for="cmt-post-form-bx_posts-0_input_13a14d3308181961e8283953d0e179b1">Post as anonymous</label></div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
          <div id="bx-form-element-cmt_submit" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-submit"><button type="submit" value="Post" name="cmt_submit" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Post</button>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

POST https://www.g-med.com/searchKeyword.php

<form id="sys_search_form_quick" action="https://www.g-med.com/searchKeyword.php" method="post" class="bx-form-advanced bx-form-processed">
  <input type="hidden" name="live_search" value="1" class="bx-def-font-inputs bx-form-input-hidden">
  <div class="bx-form-advanced-wrapper sys_search_form_quick_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-keyword" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-text"><input placeholder="Search..." onkeydown="return bx_search_on_type(event, 27, '#sys_search_form_quick', '#sys_search_results_quick', '#sys_search_results_quick', '1', 1);"
                    onpaste="return bx_search_on_type(event, 27, '#sys_search_form_quick', '#sys_search_results_quick', '#sys_search_results_quick', '1', 1);" type="text" name="keyword" value=""
                    class="bx-def-font-inputs bx-form-input-text"><a href="javascript:" onclick="bx_gmed_line_search_click(event)" class="bx-btn bx-def-margin-thd sys_search_form_quick_wrapper_button">See all results</a>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

POST https://www.g-med.com/searchKeyword.php

<form id="sys_search_form_quick" action="https://www.g-med.com/searchKeyword.php" method="post" class="bx-form-advanced bx-form-processed">
  <input type="hidden" name="live_search" value="1" class="bx-def-font-inputs bx-form-input-hidden">
  <div class="bx-form-advanced-wrapper sys_search_form_quick_wrapper">
    <!-- form header content begins -->
    <div class="bx-form-section-wrapper bx-def-margin-top">
      <div class="bx-form-section bx-def-padding-sec-top bx-def-border-top bx-form-section-divider">
        <div class="bx-form-section-content bx-def-padding-top bx-def-padding-bottom">
          <div id="bx-form-element-keyword" class="bx-form-element-wrapper bx-def-margin-top">
            <div class="bx-form-element">
              <div class="bx-form-value bx-clearfix">
                <div class="bx-form-input-wrapper bx-form-input-wrapper-text"><input placeholder="Search..." onkeydown="return bx_search_on_type(event, 27, '#sys_search_form_quick', '#sys_search_results_quick', '#sys_search_results_quick', '1', 1);"
                    onpaste="return bx_search_on_type(event, 27, '#sys_search_form_quick', '#sys_search_results_quick', '#sys_search_results_quick', '1', 1);" type="text" name="keyword" value=""
                    class="bx-def-font-inputs bx-form-input-text"><a href="javascript:" onclick="bx_gmed_line_search_click(event)" class="bx-btn bx-def-margin-thd sys_search_form_quick_wrapper_button">See all results</a>
                </div>
              </div>
            </div>
            <div class="bx-form-warn" style="display:none;"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- form header content ends -->
  </div>
</form>

Text Content

 * Case Reports
 * COVID-19
 * Ask
 * Colleagues
 * Publications

We use cookies and other technologies to ensure our website works properly,
deliver personalized content and advertising, and to analyze user activity. by
clicking on 'Got it', you will accept our use of cookies and other technologies.

For more information, please read our Privacy Policy".

Close Got it!

This site requires JavaScript! Please, enable it in the browser!
Menu
 * Present a Patient Case
   
 * Present a Patient Case
   
 * Ask / Share Post
   
 * Ask / Share Post
   
 * Messenger
   
 * Open a Group
   
 * Add Event
   
 * Follow Specialty Pages
   
 * Join Groups
   

Sprache
auswählenDeutschAfrikaansAlbanischAmharischArabischArmenischAserbaidschanischBaskischBelarussischBengalischBirmanischBosnischBulgarischCebuanoChichewaChinesisch
(traditionell)Chinesisch
(vereinfacht)DänischEnglischEsperantoEstnischFilipinoFinnischFranzösischFriesischGalizischGeorgischGriechischGujaratiHaitianischHausaHawaiischHebräischHindiHmongIgboIndonesischIrischIsländischItalienischJapanischJavanischJiddischKannadaKasachischKatalanischKhmerKinyarwandaKirgisischKoreanischKorsischKroatischKurdisch
(Kurmandschi)LaoLateinischLettischLitauischLuxemburgischMalagasyMalayalamMalaysischMaltesischMaoriMarathiMazedonischMongolischNepalesischNiederländischNorwegischOdia
(Oriya)PaschtuPersischPolnischPortugiesischPunjabiRumänischRussischSamoanischSchottisch-GälischSchwedischSerbischSesothoShonaSindhiSinghalesischSlowakischSlowenischSomaliSpanischSuaheliSundanesischTadschikischTamilTatarischTeluguThailändischTschechischTürkischTurkmenischUigurischUkrainischUngarischUrduUsbekischVietnamesischWalisischXhosaYorubaZulu
Powered by Google Übersetzer
. ,
Dr. Milena Seibert,

Welcome Back to G-Med, Where Physicians Are

 * Group
   
 * Posts
   
 * Group Chat
   
 * More
   
   




COVID-19

 * Join Group
 * Favorite
   282
 * Report
 * Share in WhatsApp
 * 
 * Share in Twitter
 * Share on LinkedIn
 * Share in Facebook

Milena Seibert
Doctor
 * Profile
   Edit
 * Viewed me
 * Following
 * Followers
 * Followed Posts
 * My posts
 * My photos
 * Files


Hashtags



Specialties
General Medicine
Oncology
Neurology
Surgery
Pediatrics

Groups
COVID-19
CAR-T
Case Reports
Rare Disease Hub

Events
ASCO 2021 Virtual Conference
EHA 2021 Virtual Congress
ADA 2021 Virtual Congress
ESMO 2021 Virtual Congress

Got a Patient Case Dilemma ?




G-Med is a closed community for verified physicians only 

Click to Ask Your Colleagues & Get Answers



What’s happening Dr. Milena Seibert
Photo Video Poll Upload paper
555
You need to `Join Group` to post and comment in this group. Click to join here
Empty
 * Dr CHARLES EL HACHEM COVID-19 group
   
   Pediatrics
   
   France
   Follow Follow as anonymous

19 hours ago
crhon's disease after anti covid vaccine

HAS ANYONE SEEN TERMINAL ILEITIS OR CHRONIC INFLAMMATORY BOWEL DISEASE OR
CROHN'S DISEASE AFTER Covid VACCINATION




2 comments | 4283 views | 2 followers

 * Agree 1 Disagree
 * Comment 2
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Dr DANIEL FAGNANO
      
      Endocrinology, Diabetes and Metabolism
      
      France
      Follow Follow as anonymous
   
   Non, je n'ai pas vu de telles pathologies. Mais en revanche, j'ai vu
   beaucoup, mais vraiment beaucoup de complications dysimmunitaires peu de
   temps après des "vaccinations" anti-covid : thyroïdites, survenue de DT1,
   poussées de psoriasis, poussées de SEP, de polyarthrite rhumatoïde, etc. 
   
   Alors, dysimmunité pour dysimmunité, pourquoi pas une maladie de Crohn ? Ca
   me semble cohérent. D'autant qu'il est maintenant bien démontré que ces
   "vaccins" perturbent fortement le système immunitaire.
   
   
    * Agree 2 Disagree
    * 
    * 

 *  * NEW!
    * Dr JEAN MARC POULIN
      
      General Medicine
      
      France
      Follow Follow as anonymous
   
   En ce qui me concerne 1 cas découvert récemment . Jeune 28 ans, Crohn
   confirmé. Mis récemment sous traitement par azathioprine  et anti-TNF. Avait
   reçu les 3 injections en vigueur pour le pass vaccinal.
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Omar Ibrik Ibrik COVID-19 group
   
   Internal Medicine, Nephrology
   
   Spain
   Follow Follow as anonymous

29 Mar 2022
Association of Early Aspirin Use With In-Hospital Mortality in Patients With
Moderate COVID-19

Early aspirin use was associated with lower odds of 28-day in-hospital mortality
and pulmonary embolism incidence among patients hospitalised with moderate
coronavirus disease 2019 (COVID-19), according to a study published in JAMA
Network Open.  Additionally, the study found that important subgroups that may
benefit from aspirin included patients older than 60 years and those with
comorbidities



Files (267 downloads):

 * Association of Early Aspirin Use With In-Hospital Mortality in Patients With
   Moderate COVID-19.pdf





10 comments | 22738 views | 9 followers

 * Agree 2 Disagree
 * Comment 10
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Anonymous
      
      General Medicine
      
      United Kingdom
      Follow as anonymous
   
   Title seems wrong implies reverse of actual claim!
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Aubrey Bristow
      
      General Medicine
      
      United Kingdom
      Follow Follow as anonymous
   
   Title is misleading!!!
   
   This comes at the same time as another study showing increased thromboemolic
   risk of 300 fold up to 6 months after ITU admitted Covid, and a lesser but
   still increased risk after milder disease. 
   
   This has major implications for non essential surgery as the developed world
   tries to tackle burgeoning waiting lists. Certainly we need to formally
   consent all surgical patients who have been infected to the higher risk; the
   unknown is Omicron where 52% of UK infected individuals are asymptomatic. We
   also need up up our game using DOACs after surgery.....? after all surgery
   unless contraindicated? further research needed.
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr Peter W
      
      Obstetrics and Gynecology, Neurology
      
      United Kingdom
      Follow Follow as anonymous
   
   Observational studies are subject to biases. The article states A randomized
   clinical trial that includes diverse patients with moderate COVID-19 is
   warranted to adequately evaluate aspirin’s efficacy in patients with
   high-risk conditions.. this has been done - RECOVERY - and found no benefit
   on 28 day mortality. 
   
   
    * Agree -3 Disagree
    * 
    * 

 *  * NEW!
    * Dr CATHERINE SOLIGNAC FERNSTROM
      
      Immunology and Allergy
      
      France
      Follow Follow as anonymous
   
   It would be very adequate to give aspirin some weeks to all the people
   vaccinated!
   
   
    * Agree 2 Disagree
    * 
    * 






 * Dr Omar Ibrik Ibrik COVID-19 group
   
   Internal Medicine, Nephrology
   
   Spain
   Follow Follow as anonymous

14 hours ago
Unravelling the Treatment Effect of Baricitinib on Clinical Progression and
Resource Utilization in Hospitalized COVID-19 Patients: Secondary Analysis of
the Adaptive COVID-19 Treatment Randomized Trial-2
Compared with Remdesivir monotherapy (RMT), baricitinib in combination with
Remdesivir therapy (BCT) reduced the clinical burden and utilisation of
intensive respiratory therapies for coronavirus disease 2019 (COVID-19) patients
requiring low-flow oxygen or non-invasive positive pressure ventilation,
according to a study published in Open Forum Infectious Diseases


Files (0 downloads):

 * Unravelling the Treatment Effect of Baricitinib on Clinical Progression and
   Resource Utilization in Hospitalized COVID-19 Patients Secondary Analysis of
   the Adaptive COVID-19 Treatment Randomized Trial-2.pdf





1 comments | 3269 views | 1 followers

 * Agree 0 Disagree
 * Comment 1
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Anonymous
      
      Family Medicine
      
      Spain
      Follow as anonymous
   
   Es que no alcanzo a comprender por qué se usan tratamiento biológicos para
   pacientes covid ingresados. La ficha técnica de Baricitinib (u Olumiant como
   nombre comercial) especifica textualmente que: "Olumiant puede reducir la
   capacidad de su cuerpo para luchar contra las infecciones y puede hacer que
   una infección existente empeore o aumente la probabilidad de que adquiera una
   nueva infección". 
   
   Con lo cual es difícil de asimilar que se usen este tipo de tratamientos en
   casos de infecciones activas.
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr ROMOLO BELLUCCI COVID-19 group
   
   Orthopedics
   
   Italy
   Follow Follow as anonymous

28 Apr 2022
Vasculopathy after moderna booster




Good evening,




 I found 2 cases in patients over 60 of a peripheral vascular disease of the
upper limbs 15 days after a modern booster.  Do you have similar experiences?
 Thank you




44 comments | 23265 views | 36 followers

 * Agree 11 Disagree
 * Comment 44
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr Dušica Bratulić
      
      General Medicine
      
      Croatia
      Follow Follow as anonymous
   
    Gdje je  inaktivirano cjepivo, umjesto m-RNA 
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr Horacio Alberto Casas
      
      Pediatrics, Immunology and Allergy
      
      Argentina
      Follow Follow as anonymous
   
   He visto una mujer de 72a, con artitis reumatoidea de larga data, que habia
   suspendido el metrotexato por aumento de transaminasas hacía 3 meses.
   
   No volvió a la consulta y no tuve oportunidad de prescribir otro DMARD, en la
   ultima consulta tenía ESD 67 mm/h y PCR de 55.
   
   Me vino a ver post vacuna Astra Zeneca con pouse artritica (ya estaba peor al
   suspender el metotrexato y la hija la había alojado en su casa por
   discapacidad).
   
   La hija al vestirla noto un miembro inferior mas frio que el otro y yo
   comprobé ausencia de pulsos popliteos, pedios y tibiales unilaterales. 
   
    Ignoro si tenía déficit vascular pre-existente
   
   La mandé a internar pero no tuve noticias posteriores
   
   Me comentó
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr Karl-Heinz Bürgelin
      
      Vascular Surgery
      
      Germany
      Follow Follow as anonymous
   
   I had 3 problems. One arterial embolism and tvt at the same time without PFO,
   one TVT of jugular vein  and one of subclavian vein very close to booster,
   all with different initial vaccination.
   
   Best regards
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr Aletta Georgii
      
      Dermatology
      
      Germany
      Follow Follow as anonymous
   
   I am dermatologist and saw a typical vasculitis after the 3. BioNTech/Pfizer
   dose, beginning after 5 days
   
   
    * Agree 1 Disagree
    * 
    * 






 * Dr MIGUEL CERVERO JIMENEZ COVID-19 group
   
   Internal Medicine
   
   Spain
   Follow Follow as anonymous

17 hours ago
INCIDENCIA DE ARTERITIS DE CELULAS GIGANTES

DESEARIA SABER SI HABEIS NOTADO AUMENTO DE INCIDENCIA DE ARTERITIS DE CELULAS
GIGANTES TRAS EL COVID 




0 comments | 3343 views | 0 followers

 * Agree 0 Disagree
 * Comment
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post







 * SUGAR SAM J COVID-19 group
   
   Internal Medicine
   
   United States
   Follow Follow as anonymous

2 days ago
Post acute COVID infectivity

The official policy from CDC indicates we should not be considered highly
contagious after 5 days of reduced or resolving symptoms, yet most patients test
positive for Ag for many weeks. What factors determine the level of post acute
Covid contagion?




13 comments | 12416 views | 9 followers

 * Agree 1 Disagree
 * Comment 13
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Aubrey Bristow
      
      General Medicine
      
      United Kingdom
      Follow Follow as anonymous
   
   PCR picks up viral particles and remains positive so CDC recommends not using
   a PCR after a previous positive test. RATs turn positive rather late for
   infection control but are better at testing for active infection so should be
   used to determine contagion, although sensitivity is only 50% hence the
   recommendation for more than one negative test. Viral load dynamics differ by
   viral lineage, and fully vaccinated persons with infection demonstrate
   accelerated viral clearance so simply saying X days is unlikely to be
   accurate
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Hoang, Linda
      
      General Medicine
      
      Canada
      Follow Follow as anonymous
   
   The 5 days was selected to balance between infectivity and Human Resources
   challenges faced during the last wave over Christmas.  Peak viral load occurs
   between days 3 to 6 post symptom onset.  There is certainly evidence of
   transmission past day 5.  
   
   The CDC and other public health groups actually recommends return to work
   after 5 days if you are well enough to perform your job.  Ensuring strict
   masking and hand hygiene is important especially in settings with vulnerable
   individuals.  Very important in healthcare settings.  
   
   In the community, the reality is it is hard to isolate someone for 10 days
   without causing personal difficulties and potentially harm.
   
   
   
   
   
   
    * Agree 1 Disagree
    * 
    * 
   
   *  * NEW!
      * SUGAR SAM J
        Author
        
        Internal Medicine
        
        United States
        Follow Follow as anonymous
     
     Cases in my area of South Florida are ramping up and although they are not
     producing mortality in a big way or even hospitalizations, the five-day 10
     day mantra of returning to the community seems highly questionable
     especially in light of the fact that there are no reliable studies to
     determine infectivity and communicative ability during the phase where
     in-home or other testing remains positive even in the absence of most
     symptoms.  Whether it is dead virus particles that are causing the test
     positivity or not it would be good to know the likelihood of transmission
     in order to mitigate transmission during the phase where people are being
     told to return to the community despite testing positive.
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Dr Charles Msika
      
      Orthopedics
      
      France
      Follow Follow as anonymous
   
   Thé data collected and the methodology used to establish this arbitrary delay
   are all biased 
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * SUGAR SAM J
        Author
        
        Internal Medicine
        
        United States
        Follow Follow as anonymous
     
     Of course, they are produced by governments with an agenda that favors
     their political interests.
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Robert Van Horlick
      
      General Medicine
      
      Canada
      Follow Follow as anonymous
   
   Natural immunity is shown to be superior to vaccination alone, according to
   the cdc those who are vaccinated and have recovered from Covid have the same
   immunity as a unvaccinated patient who has recovered from Covid , so natural
   immunity is shown to be very good as protection from any serious disease.
   
   
    * Agree 0 Disagree
    * 
    * 






 * Nature medicine COVID-19 group
   
   Follow Follow as anonymous

31 Mar 2022
Can drugs reduce the risk of long COVID? What scientists know so far

Researchers are trying to establish whether existing Covid-19 Vaccines and
treatments can prevent lasting symptoms.


Nature

Heidi Ledford

In the early days of the Covid-19 pandemic, urologist and clinical
epidemiologist Kari Tikkinen found his schedule full of cancelled surgeries, so
he had some time to kill. “Do whatever you feel is most useful,” his boss at the
University of Helsinki advised him. So Tikkinen threw himself into running
clinical trials for Covid-19 therapies...Read More

Do you have any insights on lasting symptoms of Covid-19?







4 comments | 21709 views | 3 followers

 * Agree 1 Disagree
 * Comment 4
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Dr JOSE LUIS FRIAS PULIDO
      
      General Medicine
      
      Spain
      Follow Follow as anonymous
   
   Cocktail hispánico: alegría abundante, reducción de estrés a tope, aficiones
   mejor que adicciones!! empatia sin límites, dinero el justo y necesario.  Los
   medicamentos ya lo iremos conociendo!! casi que no me preocupa. Saludos
   alegres desde Sevilla
   
   
    * Agree 3 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr JOSE LUIS FRIAS PULIDO
        
        General Medicine
        
        Spain
        Follow Follow as anonymous
     
     Gracias vecina!! Probablemente estoy pasando un periodo "también" algo
     estresado de mi vida, a raiz de mi inactividad fisica provocada por un
     tromboembolismo pulmonar, lo que me lleva a estar mas pendiente de lo que
     quisiera de esta red social. Y la uso y casi abuso, porque deseo desde lo
     mas profundo de mi persona mejorar o cambiar algo el enfoque sobre muchas
     de las enfermedades crónicas que nos ahogan y que tanto sufrimiento
     provocan. Quiero disculparme en tu persona por este afán o pasión mia
     desmedida por expresar mis opiniones y emociones. Voy proponerme
     silenciarme una temporada, espero conseguirlo. Saludos cordiales y alegres
     desde Sevilla
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Robert Van Horlick
      
      General Medicine
      
      Canada
      Follow Follow as anonymous
   
   I have been treating a number of patients both with vaccine injuries and long
   Covid symptoms, first off what I nave noticed is that the disregulation of
   the immune system start it seems in the gut, ie the gut brain connection has
   to be addressed, nexts we need to build up the nutrients that support the
   function of the immune system ie Vit d, zn sel etc the problem is the body
   systems are not communicating with each other to act as a integrated whole,
   it for sure is complex! But so far I am having quite good success 😊
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * BBC COVID-19 group
   
   Follow Follow as anonymous

1 Apr 2022
Covid vaccines: How fast is progress around the world?

BBC News

More than 11.2 billion doses of coronavirus Vaccines have been administered, in
at least 197 countries worldwide. However, there are vast differences in the
pace of progress in different parts of the world. Some countries have secured
and delivered doses to a large proportion of their population - but others are
some way behind....Read More

Photo credit: BBC News

What are your thoughts about the different Covid-19 Vaccine rollout rates around
the world?

see more



4 comments | 24314 views | 4 followers

 * Agree 0 Disagree
 * Comment 4
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Aubrey Bristow
      
      General Medicine
      
      United Kingdom
      Follow Follow as anonymous
   
   A complex subject. The leaders of the developed world could have done better
   but it is wrong to put all the blame at their door. A lot of vaccine has been
   wasted in Africa because of the usual corruption and failure to distribute.
   Many countries seem to find it difficult to provide the administration
   element and of course there are still countries where vaccination is illegal.
   
   The most interesting idea is a plan by Uger Sahin my hero to build finishing
   pods that are set up in the third world with the stable vaccine components
   and then finished and bottled on site.
   
   But the wake up call time and again from Covid has been the failure of the
   political classes, the failure to predict and the failure to plan. Dreadful
   though Covid was, the economic effects will harm far more people for decades.
   Even in the UK we have a 18th Century taxation system and a 1900 benefits
   system that failed so many. Now we see failure of supply lines and
   globalisation and energy security. International bodies such as the UN,
   UNHCTR and ICRC are being shown daily to be toothless and irrelevant. The
   solutions are fairly obvious but will take time and political determination.
   They may take as long as it takes for Covid 19 to burn out
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Anonymous
      
      Dermatology
      
      Brazil
      Follow as anonymous
   
   A África demonstra porque desconfio da vacinação: baixa vacinação e menos
   casos de Covid proporcionalmente a outros continentes. A única diferença é a
   distribuição em massa de ivermectina para a população devido ao alto número
   de casos de elefantíase.
   
   
    * Agree 3 Disagree
    * 
    * 

 *  * NEW!
    * Robert Van Horlick
      
      General Medicine
      
      Canada
      Follow Follow as anonymous
   
   As a doctor of 35 years my views are : The govt in l BC has made many
   mistakes, as most govts around the world, reacting and spreading fear and not
   realizing that their narritives of the only treatment is a vaccine, that is
   where they made a big mistake , we had treatments but were not allowed to use
   them. 
   
   
    * Agree 3 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Daniela Profir COVID-19 group
   
   Physical Medicine and Rehabilitation
   
   Romania
   Follow Follow as anonymous

3 Apr 2022
PASC-related dysautonomia in a 15 years old girl

Here is the history of symptoms of an 15 years girl from Calgary, Canada shared
with me by her mother:

April 12 /21 – Covid (third wave – alpha) – Severe chest pain , elevated fever
which lasted for 2 weeks. Difficulty walking to bathroom, very weak. No loss of
taste, no cough. After virus complained of cramping in calfs, chest pain upon
any exercise, phlegm when any aerobic activity

June 15/21 – Pfizer Vaccine 1, July 8/21 – Pfizer Vaccine 2

After Vaccine everything felt similar. My girl had an extremely physically
active summer – sailing on a daily basis, working as a sailing coach, at times
12 hour days of this. She continued to complain of same issues and doctor
instructed her to exercise through it, it will pass and exercise will help.
August went to respirology, chest xray normal, put on Ventolin and steroid.    
      October complained more of feeling tired (newer symptom), more chest pain
– now not just with exercise – while sleeping and during day when in rest , more
lower limb pain. Starting to complain more of extreme heat and coldness.

        Nov – went back to respirology who then gave her more Ventolin and
steroid 2 x per day. My girl began to show much greater signs of fatigue. She
was with a busy schedule, no longer with sailing, but was in volleyball. Also,
teaches piano and violin.

        Dec – looked very exhausted, complained a lot of chest pain frequency,
lots of lower muscle discomfort and started complaining of pain in joints. I
purchased apple watch and only then realized that the chest pain was when she
had high heart rate, jumping from 40 – 160’s.  It is not sustained. Multiple
times in night and day. Very exhausted. Starting to have problems with tests,
showing anxiety , chest pain, then accompanied anxiety due to heart out of
control. Dizzy when standing up from bed or couch. Sleeping a lot right after
school. Some signs of brain fog and difficulty concentrating. Breathe well
physio now seeing and she instructed the girl to slow down all activity and to
rest more, and stop all exercise. 

        The girl tried out for basketball team, was successful but after first
practice she had extreme muscle pain for days after and difficulty even
breathing through the practice. Second practice so bad she thought she was going
to faint and told coach she cannot do it.

        Jan – cardiology appt and echocardiogram and EKG show normal. Jan 5/22.
Got Covid again (think omicron). Showed mild coldlike symptoms. 

        Late Jan and Feb heart shooting higher now to the 180’s. Lots of chills
sweats and more apparent. More dizziness and brain fog. At times in Feb had
dizziness and weird feeling in head , lightheadeness constant for 3 days.  Heart
rate shot up to 160’s but sustained and was having problems walking and went to
emergency. Overall, the girl is showing a slight decline. When well rested
starts to appear better but it cycles. Recently these days:

-dark patches on legs in the morning at times as if blood has pooled in an area.
Almost looks like bruising and then starts to fade away. Purplish/blackish

-losing coordination at times ie. Clumsy. Dropping things or not grabbing
something correctly. Like a hand to eye coordination problem. Noticed this
happening more.

I am a rehabilitation doctor from Romania, but the girl is not my patient, she
is my niece's friend from Canada. Is there any neurologist from Canada who can
contact the family and try to treat the poor girl? Maybe you treat some similar
cases of long-haul Covid in teens... 

see more



39 comments | 38002 views | 23 followers

 * Agree 3 Disagree
 * Comment 39
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr CLAUDE HAMONET
      
      Rheumatology
      
      France
      Follow Follow as anonymous
   
   Il faut évoquer une"décompensation d'une fragilité héréditaire du conjonctif
   réquente et méconnue: Ehlers-Danlos qui est mieux connue en Roumanie que dans
   n'importe quel autre pays. Cordialement.  Contacter mon site. Pr. Hamonet
   
   
   
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr Daniela Profir
        Author
        
        Physical Medicine and Rehabilitation
        
        Romania
        Follow Follow as anonymous
     
     Still, the girl was borned and lives in Canada...but thanks for your
     comment.
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Dr CAMELIA STOICA
      
      Pediatrics
      
      France
      Follow Follow as anonymous
   
   Sa l caute pe dr Nita Dragos , e neurolog specializat pe épilepsie , instalat
   in Toronto de 20 de ani . Prin el poate pot sa gaseasca un neurolog pt
   domnisoara de 15 ani . 
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr Daniela Profir
        Author
        
        Physical Medicine and Rehabilitation
        
        Romania
        Follow Follow as anonymous
     
     Multumesc mult pentru sfat!
     
     
      * Agree 1 Disagree
      * 
      * 
 *  * NEW!
    * Dr JOSE RODOLFO MORENO VILLANUEVA
      
      Internal Medicine, Cardiology
      
      Mexico
      Follow Follow as anonymous
   
   DR JOSERMORENO VILLANUEVA. MEXICO
   
   INDISPENSABLE ESUDIO HEMATOLOGICO COMPLETO. Y ESTUDIO DE NEUROFISIOLOGIA
   COMPLETO PARA MEDIR SISTEMA DE CONDUCCION
   
   Y COMPLEMENTAR CON ESTUDIO M.VASCULANTE. CONSIDERO QUE ESTO AYUDARA
   AESCLARECER EL DIAGNOSTICO. EN TANTO TRATAMIENTO SOLO SINTOMATICO NO DARLE
   CORTICOIDES.
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Maria del Carmen Paz Hernandez COVID-19 group
   
   Internal Medicine, Pulmonology
   
   Mexico
   Follow Follow as anonymous

4 Apr 2022
Reacciones dérmicas post aplicación vacuna Pfizer

He tenido varios pacientes que han desarrollado lesiones dérmicas, tipo placas
eritematosas, bordes difusos, pruriginosas de localización primordial en
pliegues y manos, posterior a segunda dosis de Pfizer y refuerzo, hasta dos a
tres semanas posterior a aplicación. Han tenido reportes de este tipo de
reacciones en sus comunidades. Gracias




31 comments | 28034 views | 29 followers

 * Agree 1 Disagree
 * Comment 31
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr MARIA FERNANDA MARIN BONILLA
      
      Pediatrics
      
      Colombia
      Follow Follow as anonymous
   
   Efectivamente he visto erupciones en niños posterior a vacuna de Pfizer y de
   moderna incluso de sinovac , tipo zoster 
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr Maria del Carmen Paz Hernandez
        Author
        
        Internal Medicine, Pulmonology
        
        Mexico
        Follow Follow as anonymous
     
     Muchas gracias a todos por sus comentarios. Saludos afectuosos
     
     
      * Agree 0 Disagree
      * 
      * 
   
   *  * NEW!
      * Dr ADRIAN ALEJANDRO GOMEZ PINEDA
        
        Orthopedics
        
        Honduras
        Follow Follow as anonymous
     
     Para su consideracion
     
     Caso: Paciente geriatrico con antecedente de rinitis y dermatitis atopica
     previa ,  prediabetes, hipertension arterial , purpura trombocitopenica y
     posoperado hace 3 años de Ca renal , TODAS estas situaciones medicas bajo
     control medico estrecho. 
     
      A finales de Diciembre recibio su 3ra dosis (refuerzo con vacuna Pfizer) ,
     previamente tenia esquema de 2 dosis en tiempo y forma con vacuna Sputnik.
     Alrededor de 1 semana despues desarolla cuadro de dermatitis en ambos
     brazos sobre plieges de codo y antebrazos, todavia en tratamiento
     dermatologico, su evolución ha sido lenta aun tiene lesiones persistentes
     pero en remision aparente.  
     
     Desconozco si existe vinculo entre la aplicacion de 3ra dosis y cuadro de
     dermatitits. Que opina usted. 
     
     
      * Agree 0 Disagree
      * 
      * 
   
   *  * NEW!
      * Dr ELIZABETH VALENTE DE ALMEIDA
        
        Family Medicine, Surgery
        
        Brazil
        Follow Follow as anonymous
     
     @Estimado colega, por favor, mira el post que hice hoy. Saludos,  
     Elizabeth Almeida
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Dr HELOISA HELENA ARANTES GALLO
      
      Hematology
      
      Brazil
      Follow Follow as anonymous
   
   Herpes zoster 
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Dr ELIZABETH VALENTE DE ALMEIDA
      
      Family Medicine, Surgery
      
      Brazil
      Follow Follow as anonymous
   
   Recibí el 23/02/2022 paciente masculino, 16 años, sin comorbilidades, sin
   enfermedades previas, con fiebre, irritación de garganta, y múltiples
   lesiones eczematosas, eritematosas, elevadas, pruriginosas en codo, pliegue
   inguinal, raíz del muslo y rodilla, en el lado derecho del cuerpo. Pruebas de
   laboratorio con trombocitopenia, RT-PCR para COV19+, PCR ultrasensible 6,4
   mg/L, ASO y VSG normales. Se instauró tratamiento con Prednisolona 40 mg/día,
   crema antialérgica en los sitios de lesión. Hubo una mejoría progresiva de
   las lesiones cutáneas, pero aún permanecen pruriginosas. Hoy las lesiones
   están mejor, pero se mantiene el prurito local, con hemograma, VSG y PCR
   ultrasensible normales. La última dosis de la vacuna de Pfizer fue hace 2,5
   meses. Las lesiones cutáneas provocadas por el COVID-19, tratadas por mí,
   desde finales de 2019 hasta finales de 2021, fueron virales,
   ampollosas, similar a lesión herpética simple I, con eritema inflamatorio
   alrededor, no pruriginosa. Si alguien tiene un problema similar, gracias de
   antemano por su contribución. Adjunto archivo fotográfico
   comprimido. Saludos,
   
   Dra. Elizabeth Almeida 
   
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr REGINA HELENA DIAS ENTENZA COVID-19 group
   
   Pediatrics
   
   Brazil
   Follow Follow as anonymous

8 Apr 2022
Tercera dosis vacuna anti-covid

Tengo 73 años y dos dosis de Astrazeneca , la última em 23/04/2021. Con 5 meses
después de la segunda dosis hice un test de anticuerpos neutralizantes con 93%.
Pregunto: me pongo la tercera dosis ahora después de seis meses o espero unos
meses más? Muchas  Gracias







33 comments | 30888 views | 21 followers

 * Agree -1 Disagree
 * Comment 33
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Anonymous
      
      Pulmonology
      
      Spain
      Follow as anonymous
   
   ¿Mediante qué técnica se midió los anticuerpos neutralizantes? 
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr REGINA HELENA DIAS ENTENZA
        Author
        
        Pediatrics
        
        Brazil
        Follow Follow as anonymous
     
     Hola,
     
     Prueba  (ensayo) imunoenzimático competitivo.
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Anonymous
      
      Infectious Disease
      
      United States
      Follow as anonymous
   
   You have a very high titer of neutralizing antibody. I would not get a
   booster at this time and suggest that you maintain a healthy lifestyle, treat
   any co-morbidities (if there are co-morbidities), if you wish take
   nutritional supplements such as Vitamin D3, Zinc,,Quercitin, N-acetyl
   cysteine, you should consider taking them. Repeat antibody titers after 6
   months and by that time perhaps there are more data on the vaccines including
   efficacy against variants and safety issues.
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr REGINA HELENA DIAS ENTENZA
        Author
        
        Pediatrics
        
        Brazil
        Follow Follow as anonymous
     
     Thank you, so much.
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Dr GERARDO RENE BARILLAS
      
      Otolaryngology & Head and Neck Surgery
      
      El Salvador
      Follow Follow as anonymous
   
   esperar ya que tiene altos los anticuerpos.
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Ernesto Jorge Litman COVID-19 group
   
   Internal Medicine
   
   Argentina
   Follow Follow as anonymous

9 Apr 2022
Estamos en el camino correcto o no?

Estamos en el camino correcto o no?

De todo el mundo recibimos informes de colegas comunicando  acerca de diferentes
reacciones a las vacunas, algunas de importancia, otras menos relevantes, pero
reacciones al fin.

Por otro lado vemos que las personas se enferman aun vacunadas. Informan que no
lo hacen en forma grave, pero esto no es del todo correcto. Quien no ha visto
alguien vacunado con mala evolución y muerte.

Ahora bien. Que está aconteciendo entonces?

Hace apenas unos días un importante cantante, joven y sin aparentes
comorbilidades ha fallecido. Según escucho estaba vacunado. Entonces de que
murió?

He relatado en mis publicaciones y a quien ha querido escuchar desde febrero de
2020 que mi parecer es opuesto  al de muchos opiniones. Creo que lo que genera
las muertes, es la reacción que genera el virus en el sistema inmune y no el
virus  per se. Por lo tanto el tratamiento que he expuesto en todos mis escritos
ataca la patología rápido, minimizando las muertes y secuelas.

La pregunta que me hago es: Estamos en el camino correcto o no?

Si genero un exceso de respuesta no estaré moviéndome en contra del  proceso
fisiológico de la enfermedad?

Mi opinión está expuesta detalladamente en cada publicación que he efectuado. No
habrá llegado el momento de pensar si este médico esta tan equivocado?



Files (240 downloads):

 * Aproximacion Terapeutica acerca del Coronavirus.pdf





21 comments | 73320 views | 12 followers

 * Agree 3 Disagree
 * Comment 21
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr GERARDO RENE BARILLAS
      
      Otolaryngology & Head and Neck Surgery
      
      El Salvador
      Follow Follow as anonymous
   
   estamos haciendo lo correcto . que no se nos olvide que no hay covid-19 hay
   pacientes con covid-19. cda uno es diferente.
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Dr BRAULIO ARMANDO BARILLAS SAMAYOA
      
      Dental
      
      El Salvador
      Follow Follow as anonymous
   
   Soy profesional de la salud y no me vacuné, (no soy antivacunas, creo que la
   pandemia existe) soy de la tercera edad sin ninguna comorbilidad y he estado
   en contacto repetidas veces con contagiados, tampoco he exagerado la
   protección al tratarlos, no trabajo en quirófanos, trabajo en clínica
   privada: guantes, mascarilla y lavado de manos.
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr MARILENE LONI MADSEN
      
      Oncology
      
      Brazil
      Follow Follow as anonymous
   
   Dra Sonia Martinez :excelente reflexion. Totalmente de acuerdo.
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr MARIO MEJIA HERRERA COVID-19 group
   
   Anesthesiology
   
   Colombia
   Follow Follow as anonymous

11 Apr 2022
Disminución del volumen de la menstración post segunda dosis de Pfizer

Paciente femenina de 32 años de edad.

Presentó una disminución abrupta del volumen de sangre de la menstruación
inmediatamente después de la segunda dosis de la Vacuna de Pfizer, en una forma
significativa, tanto que inicialmente pensó que estaba embarazada. Este fenómeno
se presentó durante los seis meses posteriores a la Vacuna y luego volvió al
volumen normal. Nunca se le había presentado un fenómeno igual a este.




3 comments | 33426 views | 3 followers

 * Agree 0 Disagree
 * Comment 3
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Anonymous
      
      General Medicine
      
      Spain
      Follow as anonymous
   
   Buenas. Hemos tenido pacientes con amenorrea postvacunacion de varios meses
   (4-6 m) de evolucion. 
   
   
    * Agree 0 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr MARIO MEJIA HERRERA
        Author
        
        Anesthesiology
        
        Colombia
        Follow Follow as anonymous
     
     Gracias doctor, no entiendo la etiología de este comportamiento.
     
     No sé si algún colega ginecólogo pudiera explicarlo
     
     
      * Agree 0 Disagree
      * 
      * 
 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Omar Ibrik Ibrik COVID-19 group
   
   Internal Medicine, Nephrology
   
   Spain
   Follow Follow as anonymous

13 Apr 2022
Dynamics of humoral and T-cell immunity after three BNT162b2 vaccinations in
adults older than 80 years

A study published in The Lancet Infectious Diseases examined the dynamics of
humoral and T-cell immunity after three-dose BNT162b2 (Pfizer-BioNTech)
coronavirus disease 2019 (COVID-19) vaccination in adults older than 80 years.
Study data demonstrated the induction of marginally higher spike S1-specific
blood immunoglobulin (Ig)G concentrations 2 weeks after three doses of Vaccine
than after two doses of vaccine. By contrast, functionally relevant receptor
binding domain-specific IgG and severe acute respiratory syndrome coronavirus 2
(SARS-CoV-2)-neutralizing antibody titers were substantially increased after
three-dose vaccination compared with two-dose vaccination, reflecting enhanced
antibody production or affinity maturation. 



Files (101 downloads):

 * Dynamics of humoral and T-cell immunity after three BNT162b2 vaccinations in
   adults older than 80 years.pdf





4 comments | 35702 views | 4 followers

 * Agree 4 Disagree
 * Comment 4
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 *  * NEW!
    * Anonymous
      
      Oncology, Pulmonology
      
      United Kingdom
      Follow as anonymous
   
   Does this help for the question of many patients and elderly: would you
   advise me to go for the 2nd booster? Would the 4th vaccination) of a vaccin
   not developed against the circulating variant of SARS-Cov-19 be of any
   benefit? 
   
   The severity of the infection by the circulating omicron variants is mild in
   almost all patients. In addition to this: vaccination is not without risks!
   
   The benefit of a much better T-cell mediated immunity (as demonstrated by the
   investigators) through a mild infection, might be preferred as it is the only
   way to achieve a better protection for the near future against the next
   natural variant than any (untailored) vaccin can give. 
   
   
    * Agree 7 Disagree
    * 
    * 
   
   *  * NEW!
      * Dr Omar Ibrik Ibrik
        Author
        
        Internal Medicine, Nephrology
        
        Spain
        Follow Follow as anonymous
     
     Of course,  I recommend vaccination, second, third, and whatever is needed.
     Mild infection!!! no one can be sure that this is the case ... like
     everything in medicine ... risk/benefit, I see more benefits than the risk
     with booster vaccination ...
     
     
      * Agree -4 Disagree
      * 
      * 
   
   *  * NEW!
      * Anonymous
        
        Cardiology
        
        United Kingdom
        Follow as anonymous
     
     Giving more vaccination mean more pressure on the innate immune system,
     that will lead eventually to severe form of disease as result of ADE.
     Especially in the presence of variant that not responding to the current
     vaccine. 
     
     
      * Agree 7 Disagree
      * 
      * 
 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr ASTRID PEZO COVID-19 group
   
   General Medicine
   
   France
   Follow Follow as anonymous

14 Apr 2022
taux d'anticorps immunisant après vaccination

Taux d'anticorps confirmant une immunité suffisante après vaccination ?




10 comments | 37911 views | 12 followers

 * Agree 0 Disagree
 * Comment 10
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr LOTFI KADDACHE
      
      Urology
      
      France
      Follow Follow as anonymous
   
   Les dernieres publications ont en effet mis en avant le role important de
   l’immunite cellulaire. Helas non quantifiable. Le taux d’anticorps ne reflete
   qu’une partie de la reponse vaccinale et sa mesure est variable selon la
   technique utilisee et les laboratoires, donc d'interêt limite . … Mais de la
   a dire comme le Dr Fagnano que les « piquouses vaccinales sont d’une totale
   inutilite et d’une probable toxicité » c’est oublier les bienfaits réels de
   la vaccination (en terme de reduction des hospitalisations , de recours a la
   reanimation, et de nette reduction des formes graves), et se ranger dans le
   camp des complotistes antivax. Désolant pour un médecin. 
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Dr YVES GAIGNOUX
      
      General Medicine
      
      France
      Follow Follow as anonymous
   
   doser les anticorps et ne pas vacciner si anticorps suffusant .
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Dr JEANNINE MARMIGNON
      
      General Medicine
      
      France
      Follow Follow as anonymous
   
   J’ai fait doser les anticorps par curiosité et également parce quelques uns
   de mes patients étaient curieux de savoir , sur une dizaine de patients, les
   taux étaient variables parfois assez bas et parfois très élevés, beaucoup
   plus élevés chez les vaccinés que chez les patients aux antécédents de covid
   maladie, même sévère, et malgré des taux élevés certains ont été recontaminés
   omicron , les taux d’anticorps élevés ne semblent pas donc synonymes de
   protection ? De mémoire cela avait été notifié dès le début 2020, par le Pr
   Raoult qui disait que l’efficacité des anticorps contre la maladie Covid
   étaient très éphémères, permettant 3 infections Covid ou plus sur une année 
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






 * Dr Jiri JURA, PhD COVID-19 group
   
   Pediatrics
   
   Slovakia
   Follow Follow as anonymous

16 Apr 2022
Problem with memory

I have a patient - 16 years old studen of french Hig school. After 14 days she
recorved from Covid she become to have a problem with learning- she had a
problem of short memory, concentratin to lear, in short time she become mentaly
tired. School give her an individual study plan . How to hepl her.










34 comments | 42264 views | 33 followers

 * Agree 1 Disagree
 * Comment 34
 * Follow Post
 * 
 * 
 * 

M



BoldUnderlineAlign
 * Align Left
 * Align Center
 * Align Right
 * Align Justify

Insert LinkFont Size
 * 8
 * 9
 * 10
 * 11
 * 12
 * 14
 * 18
 * 24
 * 30
 * 36
 * 48
 * 60
 * 72
 * 96






Comment or add others with @



Post as anonymous

Post

 * See older comments...
 *  * NEW!
    * Dr István Ábel Juhász
      
      Physical Medicine and Rehabilitation, Rheumatology
      
      Hungary
      Follow Follow as anonymous
   
   Brain MRI and thorough neuropsychologic workup of the case. One of my family
   members with long-COVID of 18 months have complained of loss of memory. She
   has almost completely recovered mentally. Her recent brain MRI made for
   another reason showed subcortical white matter lesions. COVID-19 is able to
   penetrate the brain, and may cause vasculitis like lesions. It is proven to
   cause vascular problems through clotting.
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Anonymous
      
      Anesthesiology
      
      Netherlands
      Follow as anonymous
   
   After I had Covid (delta variant presumably, with loss of taste and smell for
   two weeks) I couldn't remember how many gears my old car had ( 4-5-6?).
    After a week I felt and could think normally again.
   
   I doubt if anything useful can be done, time will most likely improve the
   short term memory in this young patient. 
   
   
   
   
   
    * Agree 1 Disagree
    * 
    * 

 *  * NEW!
    * Dr HELOISA HELENA ARANTES GALLO
      
      Hematology
      
      Brazil
      Follow Follow as anonymous
   
   Tem ocorrido perda de memória principalmente pós COVID 
   
   
    * Agree 0 Disagree
    * 
    * 

 *  * NEW!
    * Prof MIHAI BOTEZ
      
      Family Medicine, Obstetrics and Gynecology, Psychiatry
      
      Romania
      Follow Follow as anonymous
   
       În lumina logicii formale, EFECTELE SECUNDARE, pe care le clamează,
   raportează și discută colegii noștri, medicii de diferite specialități din
   toată lumea, sunt, se pare, tot la fel de false și numeroase (ultimele
   evaluări, de peste 157. 000, numai pe număr de afecțiuni generale
   nerandomizate, accesibile la primă intenție de căutare online, adică practic
   toate, în aranjamente și/sau combinații probabilistice, N luate de M ori!),
   precum vaccinurile mARN. Altfel, nimic nu mai are sens, în medicina
   contemporană. Efectele secundare sunt la fel de false, ca vaccinurile. În
   fond, de ce atâtea EFECTE SECUNDARE, la ,,CEVA” (vaccinurile mARN!), care
   n-au nimic de a face cu efectul DOVEDIT ȘTIINȚIFIC, al EFICIENȚEI de 98% (?),
   ci numai cu efecte secundare diverse, adică ≅ 98%, dacă mai adăugăm și
   efectele locale și generale etc., menționate în prospectul vaccinului!
   
   
    * Agree 0 Disagree
    * 
    * 






Load More
... or jump to: 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012
see more


Group Categories



Covid-19 Medication
Covid-19 Treatment
Covid-19 Best Practices
Covid-19 Case Reports
Covid-19 Publications
Covid-19 Vaccines
Post-Covid Case/Question
Covid-19 and Rare Diseases
Covid-19 and Cardiology
Covid-19 and Dermatology
Covid-19 and Gastroenterology
Covid-19 and Geriatrics
Covid-19 and Hematology and Oncology
Covid-19 and Immunology
Covid-19 and Infectious Disease
Covid-19 and Nephrology
Covid-19 and Neurology
Covid-19 and OBGYN
Covid-19 and Ophthalmology
Covid-19 and Pediatrics
Covid-19 and Rheumatology
Covid-19 and Surgery
Covid-19 and Urology





Group Chat: COVID-19
 * Leave
 * Files

Wednesday 6th, January 2021
Saturday 14th, March 2020
Maggie C Walter
18:29

 * Add reaction
 * Copy link

totally fake news!


unknown
20:39

 * Add reaction
 * Copy link

?


Thursday 19th, March 2020
ALEX ENRIQUE VASCONEZ GARCIA
03:26

 * Add reaction
 * Copy link

Hi, I shared yesterday a picture from an X-ray film, 70 years old male with
Covid 19 supicious. Referred to a National Health System Hospital. I wait about
your comments from it. And about the Ibuprofen use since my 90¨s resdiency days
in Colombia we knoe Ibuprofen is not a goog drug.


Monday 23rd, March 2020
JAUME AYGUADE AYGUADE
08:04

 * Add reaction
 * Copy link

Queridos colegas. He comprobado en algunos pacientes que efectivamente, refieren
pérdida de olfato y gusto y refieren que no es como en los resfriados
corrientes. Por otro lado algunos pacietne


RAMON HERALDEZ SOTO
13:28

 * Add reaction
 * Copy link

Lo del ibuprofeno es falso, la universidad de Viena ya lo dejo claro, les invito
a no divulgar algo no probado y consensuado por la comunidad médica
internacional. Se sufre de esto, es inevitable, forma parte de la pandemia, algo
de c.


Tuesday 24th, March 2020
CARLOS BAZAN PEREZ
00:57

 * Add reaction
 * Copy link

No he tratado pacientes infectados por COVID 19, pero estamos entrando al brote
en mi region (Baja California, Mexico).


CARLOS BAZAN PEREZ
00:58

 * Add reaction
 * Copy link

El uso de AINES en general y particularmente el ibuprofeno se recomienda no
usarlo. En este momento puede considerase anecdotico con un nivel de evidencia
muy bajo. Que opinan quienes ya trataron pacientes


LUIS FERNANDO QUISPE AGUILAR
10:40

 * Add reaction
 * Copy link

Hola carlos Bazan segun la recomendacion en españa se puede pautar, pero simpre
de inicio dar paracetamol.


Thursday 26th, March 2020
Lutgart Gillis
20:09

 * Add reaction
 * Copy link

I have the impression that Alpinia Galanga root powder works fantastic with
Influenza, and also with this Covid19 virus. For the precession on the breast is
Lavender as Thea or in winboile in wine


Lutgart Gillis
20:10

 * Add reaction
 * Copy link

my last sentence: Lavender as infusion of boiled in wine seems to work
fantastic.


Tuesday 7th, April 2020
VASILIKI RAFAILIDHI
21:48

 * Add reaction
 * Copy link

The dose of the profylaxis for the covid??


VASILIKI RAFAILIDHI
21:50

 * Add reaction
 * Copy link

Ξέρει κανείς, αυτοί που λαμβάνουν ήδη χλωροκίνη αν κάποιος έχει νοσήσει??


Sunday 12th, April 2020
LUIS CARLOS DORADO AYALA
18:21

 * Add reaction
 * Copy link

Tengo esta propuesta:Respecto al coronavirus Covid-19 la cubierta lipídica del
virus se descompone con el alcohol.
 
La propuesta: El Alcohol etílico (etanol; CH3CH2OH), se usa en las
intoxicaciones por metanol y por etilenglicol, inyectando por vía intravenosa
Etanol al 90 %, o alcohol absoluto 100%.


LUIS CARLOS DORADO AYALA
18:21

 * Add reaction
 * Copy link


TTO COVID19-V4.pdf application/pdf

Wednesday 29th, April 2020
CARLOS DAVID AGUIRRE FREIRE
09:29

 * Add reaction
 * Copy link

Tiene experiencia .


CARLOS DAVID AGUIRRE FREIRE
09:30

 * Add reaction
 * Copy link

Como lo hace


Thursday 14th, May 2020
ALEXANDER OSWALDO OJEDA CRESPO
21:29

 * Add reaction
 * Copy link

Dos meses tratando pacientes Covid 19 y utilizo el acido glicirricinico(viusid)
3 sobres diariosAM y Pm ,claritromicina 500mg 1 cada 12 horas,Nacetilcistein
600ng 1 cada doce horas y te 4 tazas 4 veces al dia. Paracetamol no mas de 4 - 5
dias porque disminuye el glutacion


Wednesday 6th, January 2021
SAUL IBRAHIM SALOME PACHECO SIORDIA
03:28

 * Add reaction
 * Copy link

HOLA QUR TAL


SAUL IBRAHIM SALOME PACHECO SIORDIA
03:28

 * Add reaction
 * Copy link

SOY DE MEXICO Y HE VISTO MUCHA PROTECCION CON VITAMINA D SABEN SI HAY ALGUN
ESTUDIO EL MAS RECIENTE


Monday 6th, December 2021
ENRICO BOCCIA
09:17

 * Add reaction
 * Copy link

Sono sessanta anni che mangia acido glicirrizinico sotto forma di caramellle di
liquirizia . Oltre ai comuni esantemi non contratto nessuna forma di virus
significativa ( ho 78 aani)


typing a message...
Connecting...
Connection failed
0






Drag & Drop your files or Browse




 * 
 * 
 * 



Top Discussions




1 Problem with memory 2 Vértigo por covid 3 Hugging patients 4 Decision on Mask
Mandate 'Creating Chaos' 5 These covid19 jabbs are not VACCINES!

Most viewed physicians



Omar Ibrik Ibrik


M

Muhammad Tarek


T

Teresa Mitchell


M

MARIA SANDRA BARATTA


E

Elke Maier





 * About
 * Terms
 * Privacy
 * Support

Copyright © 2022 G-Med

 * 



 * Home
   
 * Case Reports
   
 * COVID-19
   
 * Coffee Room
   
 * My groups
   
 * Colleagues
   

 * Ask
 * Messenger
 * Notifications

 * M
   
   
   Milena Seibert Me

Search
See all results


 * Patient Case
   
 * Ask / Share
   
 * Group
   
 * New Photo
   
 * File
   

M


Milena Seibert


--------------------------------------------------------------------------------

 * Profile
 * My Specialty Pages
 * My Groups
 * My Events
 * My Spaces
 * Rare Disease Hub
 * Who viewed me?
 * Settings
 * Messenger
 * Sign out




Close
 * See all results
   
 * Home
 * Case Reports
 * COVID-19
 * Coffee Room
 * My groups
 * Colleagues
   * Menu
   * Search
   * My followers & following



OK
Are you sure?
YesNo
Please, enter a value here

OKCancel
Add to home screen




ORIGINALTEXT


Bessere Übersetzung vorschlagen

--------------------------------------------------------------------------------