GET https://nileadtheme2.mynilead.com/

Forms

  • dynamic
    • name
    • fts

dynamic

Form type:
"Nilead\FormBundle\Type\DynamicType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
null
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
""
same as passed value
continuous_events
[
  "form.pre_submit" => "nilead.form.pre_submit"
  "form.submit" => "nilead.form.submit"
  "form.post_submit" => "nilead.form.post_submit"
  "form.pre_set_data" => "nilead.form.pre_set_data"
  "form.post_set_data" => "nilead.form.post_set_data"
]
[
  "form.pre_submit" => "nilead.form.pre_submit"
  "form.submit" => "nilead.form.submit"
  "form.post_submit" => "nilead.form.post_submit"
  "form.pre_set_data" => "nilead.form.pre_set_data"
  "form.post_set_data" => "nilead.form.post_set_data"
]
csrf_protection
false
false
extra_data
[
  "_provider" => [
    "name" => "form"
  ]
  "_request" => [
    "client_ip" => "199.45.154.156"
    "method" => "GET"
    "base_path" => ""
    "uri" => "https://nileadtheme2.mynilead.com/"
  ]
  "_server" => [
    "http_referer" => null
    "http_user_agent" => "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
  ]
]
[
  "_provider" => [
    "name" => "form"
  ]
  "_request" => [
    "client_ip" => "199.45.154.156"
    "method" => "GET"
    "base_path" => ""
    "uri" => "https://nileadtheme2.mynilead.com/"
  ]
  "_server" => [
    "http_referer" => null
    "http_user_agent" => "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
  ]
]
form
[
  "name" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\TextType"
    "options" => [
      "label" => "name"
      "attr" => [
        "placeholder" => "test"
      ]
      "constraints" => [
        "not_blank" => []
      ]
    ]
  ]
  "fts" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\HiddenType"
    "options" => [
      "default_data" => 1726781396
    ]
  ]
]
[
  "name" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\TextType"
    "options" => [
      "label" => "name"
      "attr" => [
        "placeholder" => "test"
      ]
      "constraints" => [
        "not_blank" => []
      ]
    ]
  ]
  "fts" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\HiddenType"
    "options" => [
      "default_data" => 1726781396
    ]
  ]
]
hooks
[
  "290"
]
[
  "290"
]
method
"POST"
same as passed value

Resolved Options

Option Value
action
""
allow_extra_fields
false
allow_file_upload
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[]
continuous_events
[
  "form.pre_submit" => "nilead.form.pre_submit"
  "form.submit" => "nilead.form.submit"
  "form.post_submit" => "nilead.form.post_submit"
  "form.pre_set_data" => "nilead.form.pre_set_data"
  "form.post_set_data" => "nilead.form.post_set_data"
]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
false
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\CsrfTokenManager {#2633
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2424 …}
  -namespace: Closure() {#2636 …}
}
custom
null
data_class
null
disabled
false
empty_data
Closure(FormInterface $form) {#5678
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
}
error_bubbling
false
error_mapping
[]
extension_form
true
extra_data
[
  "_provider" => [
    "name" => "form"
  ]
  "_request" => [
    "client_ip" => "199.45.154.156"
    "method" => "GET"
    "base_path" => ""
    "uri" => "https://nileadtheme2.mynilead.com/"
  ]
  "_server" => [
    "http_referer" => null
    "http_user_agent" => "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
  ]
]
extra_fields_message
"This form should not contain extra fields."
flexible
[]
form
[
  "name" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\TextType"
    "options" => [
      "label" => "name"
      "attr" => [
        "placeholder" => "test"
      ]
      "constraints" => [
        "not_blank" => []
      ]
    ]
  ]
  "fts" => [
    "type" => "Symfony\Component\Form\Extension\Core\Type\HiddenType"
    "options" => [
      "default_data" => 1726781396
    ]
  ]
]
form_attr
false
getter
null
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
honey_pot_prefix
"nl"
hooks
[
  "290"
]
ignore_data
true
ignore_value
true
inherit_data
false
invalid_message
"This value is not valid."
invalid_message_parameters
[]
is_empty_callback
null
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
mapped
true
method
"POST"
post_max_size_message
"The uploaded file was too large. Please try to upload a smaller file."
priority
0
property_path
null
required
false
row_attr
[]
setter
null
tag_form
true
translatable
false
translation_domain
null
transparent_container
Nilead\FormBundle\Model\TransparentContainer {#5676
  #groups: []
  #idRegex: null
  #nameRegex: null
}
transporter
false
trim
true
upload_max_size_message
Closure() {#5680
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#1092 …}
    $message: Closure() {#5679 …}
    $translationDomain: "validators"
  }
}
user_define
null
validation_groups
[
  "Default"
]
widget_attr
[]

View Vars

Variable Value
action
""
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  "dynamic"
  "_dynamic"
]
cache_key
"_dynamic_dynamic"
compound
true
constraints
[]
data
null
disabled
false
errors
[]
flexible
[]
form
Symfony\Component\Form\FormView {#5681 …5}
full_name
"dynamic"
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
"dynamic"
ignore_data
true
ignore_value
true
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
languages
[
  "en" => [
    "id" => 1
    "name" => "English"
    "dateFormats" => [
      "default" => "m-d-Y"
      "short" => "m-d"
      "long" => "d-m-Y"
    ]
    "numberFormat" => "#,##0.##"
    "currencyFormat" => "{value} {symbol}"
    "timeFormats" => [
      "default" => "H:i"
      "short" => "H:i"
      "long" => "H:i:s"
    ]
    "locale" => "en"
    "hreflang" => null
    "enabled" => true
    "icon" => [
      "id" => 20866
      "name" => "united-states"
      "summary" => null
      "path" => "assets/img/united-states_1704441337.png"
      "convertedPath" => "/assets/img/united-states_1704441337.png"
      "size" => 15110
      "type" => "image"
      "filesystem" => "local_web"
      "metas" => [
        "options" => []
        "name" => "united-states.png"
        "ext" => "png"
        "mimeType" => "image/png"
        "filters" => [
          "original" => [
            "width" => 512
            "height" => 512
            "transformed" => false
          ]
          "tiny" => [
            "width" => 240
            "height" => 240
            "transformed" => true
            "convertedPath" => "/assets/img/united-states_1704441337_tiny.png"
          ]
          "xs" => [
            "width" => 480
            "height" => 480
            "transformed" => true
            "convertedPath" => "/assets/img/united-states_1704441337_xs.png"
          ]
          "small" => [
            "width" => 512
            "height" => 512
            "transformed" => true
            "convertedPath" => "/assets/img/united-states_1704441337_small.png"
          ]
        ]
        "width" => 512
        "height" => 512
        "ratio" => 1
        "processing" => false
        "transformed" => true
      ]
    ]
    "systemDefault" => true
  ]
  "zh" => [
    "id" => 5
    "name" => "中文"
    "dateFormats" => [
      "default" => "d-m"
      "short" => "d-m"
      "long" => "m-d-Y"
    ]
    "numberFormat" => "#,##0.##"
    "currencyFormat" => "{value} {symbol}"
    "timeFormats" => [
      "default" => "empty"
      "short" => "empty"
      "long" => "empty"
    ]
    "locale" => "zh"
    "hreflang" => null
    "enabled" => true
    "icon" => [
      "id" => 20869
      "name" => "zh"
      "summary" => null
      "path" => "assets/img/zh_1704443512.png"
      "convertedPath" => "/assets/img/zh_1704443512.png"
      "size" => 8045
      "type" => "image"
      "filesystem" => "local_web"
      "metas" => [
        "options" => []
        "name" => "zh.png"
        "ext" => "png"
        "mimeType" => "image/png"
        "filters" => [
          "original" => [
            "width" => 1280
            "height" => 853
            "transformed" => false
          ]
          "tiny" => [
            "width" => 240
            "height" => 159
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_tiny.png"
          ]
          "xs" => [
            "width" => 480
            "height" => 319
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xs.png"
          ]
          "small" => [
            "width" => 640
            "height" => 426
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_small.png"
          ]
          "medium" => [
            "width" => 800
            "height" => 533
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_medium.png"
          ]
          "large" => [
            "width" => 1080
            "height" => 719
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_large.png"
          ]
          "xl" => [
            "width" => 1280
            "height" => 853
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xl.png"
          ]
          "xxl" => [
            "width" => 1280
            "height" => 853
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xxl.png"
          ]
        ]
        "width" => 1280
        "height" => 853
        "ratio" => 1.5005861664713
        "processing" => false
        "transformed" => true
      ]
    ]
  ]
  "ar" => [
    "id" => 3
    "name" => "العربية"
    "dateFormats" => [
      "default" => "F d, Y"
      "short" => "F d"
      "long" => "F d, Y"
    ]
    "numberFormat" => "#,##0.00"
    "currencyFormat" => "{value} {symbol}"
    "timeFormats" => [
      "default" => "empty"
      "short" => "empty"
      "long" => "empty"
    ]
    "locale" => "ar"
    "hreflang" => null
    "enabled" => true
    "icon" => [
      "id" => 20868
      "name" => "800px-Arabic-Language-Flag.svg"
      "summary" => null
      "path" => "assets/img/800px-arabic-language-flag-svg_1704443468.png"
      "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468.png"
      "size" => 5534
      "type" => "image"
      "filesystem" => "local_web"
      "metas" => [
        "options" => []
        "name" => "800px-Arabic-Language-Flag.svg.png"
        "ext" => "png"
        "mimeType" => "image/png"
        "filters" => [
          "original" => [
            "width" => 800
            "height" => 533
            "transformed" => false
          ]
          "tiny" => [
            "width" => 240
            "height" => 159
            "transformed" => true
            "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468_tiny.png"
          ]
          "xs" => [
            "width" => 480
            "height" => 319
            "transformed" => true
            "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468_xs.png"
          ]
          "small" => [
            "width" => 640
            "height" => 426
            "transformed" => true
            "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468_small.png"
          ]
          "medium" => [
            "width" => 800
            "height" => 533
            "transformed" => true
            "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468_medium.png"
          ]
          "large" => [
            "width" => 800
            "height" => 533
            "transformed" => true
            "convertedPath" => "/assets/img/800px-arabic-language-flag-svg_1704443468_large.png"
          ]
        ]
        "width" => 800
        "height" => 533
        "ratio" => 1.5009380863039
        "processing" => false
        "transformed" => true
      ]
    ]
  ]
  "zh_TW" => [
    "id" => 4
    "name" => "中文"
    "dateFormats" => [
      "default" => "d-m"
      "short" => "d-m"
      "long" => "m-d-Y"
    ]
    "numberFormat" => "#,##0.##"
    "currencyFormat" => "{value} {symbol}"
    "timeFormats" => [
      "default" => "H:i"
      "short" => "H:i"
      "long" => "H.i.s"
    ]
    "locale" => "zh_TW"
    "hreflang" => null
    "enabled" => true
    "icon" => [
      "id" => 20869
      "name" => "zh"
      "summary" => null
      "path" => "assets/img/zh_1704443512.png"
      "convertedPath" => "/assets/img/zh_1704443512.png"
      "size" => 8045
      "type" => "image"
      "filesystem" => "local_web"
      "metas" => [
        "options" => []
        "name" => "zh.png"
        "ext" => "png"
        "mimeType" => "image/png"
        "filters" => [
          "original" => [
            "width" => 1280
            "height" => 853
            "transformed" => false
          ]
          "tiny" => [
            "width" => 240
            "height" => 159
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_tiny.png"
          ]
          "xs" => [
            "width" => 480
            "height" => 319
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xs.png"
          ]
          "small" => [
            "width" => 640
            "height" => 426
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_small.png"
          ]
          "medium" => [
            "width" => 800
            "height" => 533
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_medium.png"
          ]
          "large" => [
            "width" => 1080
            "height" => 719
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_large.png"
          ]
          "xl" => [
            "width" => 1280
            "height" => 853
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xl.png"
          ]
          "xxl" => [
            "width" => 1280
            "height" => 853
            "transformed" => true
            "convertedPath" => "/assets/img/zh_1704443512_xxl.png"
          ]
        ]
        "width" => 1280
        "height" => 853
        "ratio" => 1.5005861664713
        "processing" => false
        "transformed" => true
      ]
    ]
  ]
  "vi" => [
    "id" => 2
    "name" => "Tiếng Việt"
    "dateFormats" => [
      "default" => "m-d"
      "short" => "m-d"
      "long" => "d-m-Y"
    ]
    "numberFormat" => "#,##0.##"
    "currencyFormat" => "{value} {symbol}"
    "timeFormats" => [
      "default" => "H:i"
      "short" => "H:i"
      "long" => "H:i:s"
    ]
    "locale" => "vi"
    "hreflang" => null
    "enabled" => true
    "icon" => [
      "id" => 20867
      "name" => "Wikipedia-Flags-VN-Vietnam-Flag.512"
      "summary" => null
      "path" => "assets/img/wikipedia-flags-vn-vietnam-flag-512_1704443401.png"
      "convertedPath" => "/assets/img/wikipedia-flags-vn-vietnam-flag-512_1704443401.png"
      "size" => 2494
      "type" => "image"
      "filesystem" => "local_web"
      "metas" => [
        "options" => []
        "name" => "Wikipedia-Flags-VN-Vietnam-Flag.512.png"
        "ext" => "png"
        "mimeType" => "image/png"
        "filters" => [
          "original" => [
            "width" => 512
            "height" => 512
            "transformed" => false
          ]
          "tiny" => [
            "convertedPath" => "/assets/img/wikipedia-flags-vn-vietnam-flag-512_1704443401_tiny.png"
            "transformed" => true
            "optimized" => false
            "width" => 240
            "height" => 240
          ]
          "xs" => [
            "convertedPath" => "/assets/img/wikipedia-flags-vn-vietnam-flag-512_1704443401_xs.png"
            "transformed" => true
            "optimized" => false
            "width" => 480
            "height" => 480
          ]
          "small" => [
            "convertedPath" => "/assets/img/wikipedia-flags-vn-vietnam-flag-512_1704443401_small.png"
            "transformed" => true
            "optimized" => true
            "width" => 512
            "height" => 512
          ]
        ]
        "width" => 512
        "height" => 512
        "ratio" => 1
        "processing" => false
        "transformed" => true
      ]
    ]
  ]
]
method
"POST"
multipart
false
name
"dynamic"
priority
0
required
false
row_attr
[]
submitted
false
system_language
[
  "id" => 1
  "name" => "English"
  "dateFormats" => [
    "default" => "m-d-Y"
    "short" => "m-d"
    "long" => "d-m-Y"
  ]
  "numberFormat" => "#,##0.##"
  "currencyFormat" => "{value} {symbol}"
  "timeFormats" => [
    "default" => "H:i"
    "short" => "H:i"
    "long" => "H:i:s"
  ]
  "locale" => "en"
  "hreflang" => null
  "enabled" => true
  "icon" => [
    "id" => 20866
    "name" => "united-states"
    "summary" => null
    "path" => "assets/img/united-states_1704441337.png"
    "convertedPath" => "/assets/img/united-states_1704441337.png"
    "size" => 15110
    "type" => "image"
    "filesystem" => "local_web"
    "metas" => [
      "options" => []
      "name" => "united-states.png"
      "ext" => "png"
      "mimeType" => "image/png"
      "filters" => [
        "original" => [
          "width" => 512
          "height" => 512
          "transformed" => false
        ]
        "tiny" => [
          "width" => 240
          "height" => 240
          "transformed" => true
          "convertedPath" => "/assets/img/united-states_1704441337_tiny.png"
        ]
        "xs" => [
          "width" => 480
          "height" => 480
          "transformed" => true
          "convertedPath" => "/assets/img/united-states_1704441337_xs.png"
        ]
        "small" => [
          "width" => 512
          "height" => 512
          "transformed" => true
          "convertedPath" => "/assets/img/united-states_1704441337_small.png"
        ]
      ]
      "width" => 512
      "height" => 512
      "ratio" => 1
      "processing" => false
      "transformed" => true
    ]
  ]
]
translatable
false
translation_domain
null
unique_block_prefix
"_dynamic"
user_define
null
valid
true
value
null
widget_attr
[]