HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/innocamp/public_html/wp-content/plugins/WP-FormBuilder/js/form-block.min.js
"use strict"; const{createElement:createElement} = wp.element, {registerBlockType:registerBlockType} = wp.blocks, {InspectorControls:InspectorControls} = wp.blockEditor, {serverSideRender:ServerSideRender} = wp, {PanelBody:PanelBody, SelectControl:SelectControl, ToggleControl:ToggleControl, TextControl:TextControl, RadioControl:RadioControl, Placeholder:Placeholder} = wp.components, HashFormIcon = React.createElement("svg", {xmlns:"http://www.w3.org/2000/svg", viewBox:"0 0 117.66 152.27"}, React.createElement("g", null, React.createElement("g", null, React.createElement("path", {d:"M0,3.46A3.46,3.46,0,0,1,3.14,0h80A3.53,3.53,0,0,1,85.6,1l31,31a3.47,3.47,0,0,1,1,2.43V148.81a3.46,3.46,0,0,1-3.46,3.46H31.63a3.46,3.46,0,1,1,0-6.92h79.11V38.07H83.05a3.46,3.46,0,0,1-3.46-3.46V6.92H6.92V145.35H14a3.46,3.46,0,1,1,0,6.92H3.46A3.46,3.46,0,0,1,0,148.81ZM106,31.15,86.51,11.68V31.15Z"}), React.createElement("path", {d:"M78.66,59.3H95.09v6.61H78.66V85.75H72.05V42.87h6.61Zm0,39.67v16.42H72.05V99H52.22V92.36H95.09V99ZM39,99H22.57V92.36H39V72.52h6.61V115.4H39ZM39,59.3V42.87h6.61V59.3H65.44v6.61H22.57V59.3Z"})))); registerBlockType("hash-form/form-selector", {title:hash_form_block_data.i18n.title, icon:HashFormIcon, category:"widgets", keywords:hash_form_block_data.i18n.form_keywords, description:hash_form_block_data.i18n.description, attributes:{formId:{type:"string"}}, edit(e){const{attributes:{formId:t = "", displayTitle:o = !1, displayDescription:r = !1}, setAttributes:a} = e, l = Object.entries(hash_form_block_data.forms).map((e => ({value:e[0], label:e[1]}))); let s; function n(e){a({formId:e})}return l.unshift({value:"", label:hash_form_block_data.i18n.form_select}), s = [React.createElement(InspectorControls, {key:"hash-form-selector-inspector-controls"}, React.createElement(PanelBody, {title:hash_form_block_data.i18n.form_settings}, React.createElement(SelectControl, {label:hash_form_block_data.i18n.form_selected, value:t, options:l, onChange:n})))], t?s.push(React.createElement(ServerSideRender, {key:"hash-form-selector-server-side-renderer", block:"hash-form/form-selector", attributes:e.attributes})):s.push(React.createElement(Placeholder, {key:"hash-form-selector-wrap", icon:HashFormIcon, instructions:hash_form_block_data.i18n.title, className:"hash-form-gutenberg-form-selector-wrap"}, React.createElement(SelectControl, {key:"hash-form-selector-select-control", value:t, options:l, onChange:n}))), s}, save:() => null});