Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6658823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:57:30+00:00 2026-05-26T01:57:30+00:00

I have the following form declaration: <div class=edit-dialog span-10 style=display:none;> <div class=edit-message span-10 style=margin-bottom:30px;>

  • 0

I have the following form declaration:

<div class="edit-dialog span-10" style="display:none;">
  <div class="edit-message span-10" style="margin-bottom:30px;">
    <span>Editing: <a style="text-decoration:none"></a></span>
  </div>
  <?php
    echo $this->Form->create('Voicenote', array('action' => 'edit'));
    echo $this->Form->input('title', array(
      'div' => false,
      'class' => 'input-text recorder',
      'label' => array(
        'class' => 'inlined',
        'text' => ''
      ),
      'id' => 'VoicenoteEditTitle',
      'placeholder' => 'Title',
      'style' => 'margin-bottom:10px;',
      'onsubmit' => 'return false;'
    ));

    echo $this->Form->input('tags', array(
      'div' => false,
      'class' => 'input-text recorder',
      'id' => 'VoicenoteEditTags',
      'label' => false, 
      'placeholder' => 'Tags',
      'onsubmit' => 'return false;'
    ));
    echo $this->Form->button('Cancel', array(
      'class' => 'button medium blue',
      'id' => 'cancel-edit',
      'style' => 'float:left;margin-top:50px;'
    ));
    echo $this->Form->submit('Save', array(
      'class' => 'button medium blue',
      'id' => 'save-edit',
      'style' => 'float:right;margin-top:50px;'
    ));
  ?> 
  <input type="hidden" id="edit-container-index" value="">
</div>

It’s not outputting the <form></form> tags and I have declared my forms this way throughout my app, adding the $this->Form->end() doesn’t work either, any clues?

EDIT: explicitly declaring the <form></form> tags does not output them either

EDIT 2: there is something really weird I’m noticing. I have 4 forms on the page with the problem, If I remove the rendering of the element with the problem, another one of my forms wont render, the one right after it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:57:31+00:00Added an answer on May 26, 2026 at 1:57 am

    you have a submit button. just add end() after submit button in your ctp file.

    <?php 
    echo $this->Form->create('users');
    echo $this->Form->input('username');
    echo $this->Form->input('password');
    echo $this->Form->submit('login');
    echo $this->Form->end();
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have the following form <form action=#!/search/ method=get style=display:inline; id=hdr_q> <table cellpadding=0 cellspacing=0> <tr><td><input
I have the following form using radio button: <div class=attributes> <div class=attribute attribute-1 odd>
I have the following form: <form class=lift:form.ajax> <div class=lift:StreamInput> <input type=hidden name=user value=USER />
I have the following form code: # forms.py class SomeForm(forms.Form): hello = forms.CharField(max_length=40) world
I'm looking at some Java classes that have the following form: public abstract class
I have the following form. <h1>Please Confirm Your Order</h1> <p class=padnmgn>Please confirm your order
I have the following code right after my controller class declaration before_filter :load_form, :except
I have the following form. <form name=cookieform id=login method=POST> <input type=text NAME=username id=username class=text
I have the following form. <form id=langForm action= method=get> <select name=lang id=lang class=styled onchange=this.form.submit();>
I have the following CSS: html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { background: transparent; border: 0; font-size: 100%; margin:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.