staging.starfish.cbirddev.com Open in urlscan Pro
146.190.137.7  Public Scan

URL: https://staging.starfish.cbirddev.com/
Submission: On March 09 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

<form wire:submit.prevent="callMountedAction">
  <div aria-modal="true" role="dialog" x-data="{
        isOpen: false,

        livewire: null,

        close: function () {
            this.isOpen = false

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-closed', { id: 'DQSDxCn6GeYjfxO6jOVs-action' }),
            )
        },

        open: function () {
            this.isOpen = true

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-opened', { id: 'DQSDxCn6GeYjfxO6jOVs-action' }),
            )
        },
    }" x-on:close-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-action') close()" x-on:open-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-action') open()" x-trap.noscroll="isOpen" wire:ignore.self=""
    class="fi-modal block">
    <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    <div x-show="isOpen" x-transition.duration.300ms.opacity="" class="fixed inset-0 z-40 min-h-full overflow-y-auto overflow-x-hidden transition flex items-center" style="display: none;">
      <div aria-hidden="true" x-on:click="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-action' })" class="fi-modal-close-overlay fixed inset-0 bg-gray-950/50 dark:bg-gray-950/75 cursor-pointer" style="will-change: transform"></div>
      <div x-ref="modalContainer" class="pointer-events-none relative w-full transition my-auto p-4" x-on:closed-form-component-action-modal.window="if (($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs') &amp;&amp; $wire.mountedActions.length) open()"
        x-on:modal-closed.stop="const mountedActionShouldOpenModal = false


                if (! mountedActionShouldOpenModal) {
                    return
                }

                if ($wire.mountedFormComponentActions.length) {
                    return
                }

                $wire.unmountAction(false)" x-on:opened-form-component-action-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs') close()">
        <div x-data="{ isShown: false }" x-init="
                    $nextTick(() => {
                        isShown = isOpen
                        $watch('isOpen', () => (isShown = isOpen))
                    })
                " x-on:keydown.window.escape="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-action' })" x-show="isShown" x-transition:enter="duration-300" x-transition:leave="duration-300" x-transition:enter-start="scale-95"
          x-transition:enter-end="scale-100" x-transition:leave-start="scale-95" x-transition:leave-end="scale-100"
          class="fi-modal-window pointer-events-auto relative flex w-full cursor-default flex-col bg-white shadow-xl ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 mx-auto rounded-xl hidden max-w-sm" style="display: none;">
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
        </div>
      </div>
    </div>
  </div>
</form>

<form wire:submit.prevent="callMountedInfolistAction">
  <div aria-modal="true" role="dialog" x-data="{
        isOpen: false,

        livewire: null,

        close: function () {
            this.isOpen = false

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-closed', { id: 'DQSDxCn6GeYjfxO6jOVs-infolist-action' }),
            )
        },

        open: function () {
            this.isOpen = true

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-opened', { id: 'DQSDxCn6GeYjfxO6jOVs-infolist-action' }),
            )
        },
    }" x-on:close-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-infolist-action') close()" x-on:open-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-infolist-action') open()" x-trap.noscroll="isOpen" wire:ignore.self=""
    class="fi-modal block">
    <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    <div x-show="isOpen" x-transition.duration.300ms.opacity="" class="fixed inset-0 z-40 min-h-full overflow-y-auto overflow-x-hidden transition flex items-center" style="display: none;">
      <div aria-hidden="true" x-on:click="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-infolist-action' })" class="fi-modal-close-overlay fixed inset-0 bg-gray-950/50 dark:bg-gray-950/75 cursor-pointer" style="will-change: transform"></div>
      <div x-ref="modalContainer" class="pointer-events-none relative w-full transition my-auto p-4"
        x-on:closed-form-component-action-modal.window="if (($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs') &amp;&amp; $wire.mountedInfolistActions.length) open()" x-on:modal-closed.stop="const mountedInfolistActionShouldOpenModal = false


                if (! mountedInfolistActionShouldOpenModal) {
                    return
                }

                if ($wire.mountedFormComponentActions.length) {
                    return
                }

                $wire.unmountInfolistAction(false)" x-on:opened-form-component-action-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs') close()">
        <div x-data="{ isShown: false }" x-init="
                    $nextTick(() => {
                        isShown = isOpen
                        $watch('isOpen', () => (isShown = isOpen))
                    })
                " x-on:keydown.window.escape="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-infolist-action' })" x-show="isShown" x-transition:enter="duration-300" x-transition:leave="duration-300" x-transition:enter-start="scale-95"
          x-transition:enter-end="scale-100" x-transition:leave-start="scale-95" x-transition:leave-end="scale-100"
          class="fi-modal-window pointer-events-auto relative flex w-full cursor-default flex-col bg-white shadow-xl ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 mx-auto rounded-xl hidden max-w-sm" style="display: none;">
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
        </div>
      </div>
    </div>
  </div>
</form>

<form wire:submit.prevent="callMountedFormComponentAction">
  <div aria-modal="true" role="dialog" x-data="{
        isOpen: false,

        livewire: null,

        close: function () {
            this.isOpen = false

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-closed', { id: 'DQSDxCn6GeYjfxO6jOVs-form-component-action' }),
            )
        },

        open: function () {
            this.isOpen = true

            this.$refs.modalContainer.dispatchEvent(
                new CustomEvent('modal-opened', { id: 'DQSDxCn6GeYjfxO6jOVs-form-component-action' }),
            )
        },
    }" x-on:close-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-form-component-action') close()" x-on:open-modal.window="if ($event.detail.id === 'DQSDxCn6GeYjfxO6jOVs-form-component-action') open()" x-trap.noscroll="isOpen"
    wire:ignore.self="" class="fi-modal block">
    <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
    <div x-show="isOpen" x-transition.duration.300ms.opacity="" class="fixed inset-0 z-40 min-h-full overflow-y-auto overflow-x-hidden transition flex items-center" style="display: none;">
      <div aria-hidden="true" x-on:click="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-form-component-action' })" class="fi-modal-close-overlay fixed inset-0 bg-gray-950/50 dark:bg-gray-950/75 cursor-pointer" style="will-change: transform">
      </div>
      <div x-ref="modalContainer" class="pointer-events-none relative w-full transition my-auto p-4" x-on:modal-closed.stop="const mountedFormComponentActionShouldOpenModal = false


                if (mountedFormComponentActionShouldOpenModal) {
                    $wire.unmountFormComponentAction(false)
                }">
        <div x-data="{ isShown: false }" x-init="
                    $nextTick(() => {
                        isShown = isOpen
                        $watch('isOpen', () => (isShown = isOpen))
                    })
                " x-on:keydown.window.escape="$dispatch('close-modal', { id: 'DQSDxCn6GeYjfxO6jOVs-form-component-action' })" x-show="isShown" x-transition:enter="duration-300" x-transition:leave="duration-300" x-transition:enter-start="scale-95"
          x-transition:enter-end="scale-100" x-transition:leave-start="scale-95" x-transition:leave-end="scale-100"
          class="fi-modal-window pointer-events-auto relative flex w-full cursor-default flex-col bg-white shadow-xl ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 mx-auto rounded-xl hidden max-w-sm" style="display: none;">
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
          <!--[if BLOCK]><![endif]--> <!--[if ENDBLOCK]><![endif]-->
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * * Home
 * Forms Forms
   * 
     Intake

Expand sidebar Collapse sidebar

 * Home
   Forms
   Intake




WELCOME TO STARFISH!

Login