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

  • SEARCH
  • Home
  • 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 7756979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:57:49+00:00 2026-06-01T12:57:49+00:00

Looking for a non-JS solution. Say I had something like this: <ul> <li> <form>

  • 0

Looking for a non-JS solution. Say I had something like this:

<ul>
   <li>
      <form>
         <fieldset>
            ...
            <input type="submit" value="Submit"/>
         </fieldset>
      </form>
   </li>
   ...
</ul>

Is there a way to do the following without JS:

  1. Make the submit button invisible, and
  2. Make any part of the <li> clickable (meaning, it will submit the form)

???

  • 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-06-01T12:57:50+00:00Added an answer on June 1, 2026 at 12:57 pm

    You can use JS to submit a form without a sumbit button:

    <li onClick="document.forms["myform"].submit();">my LI</li>
    <form id="myform">
    <!-- FORM -->
    </form>
    

    This is just a quick way to achieve this. If you are using JS for other problems as well you should not implement it directly (inline).

    UPDATED – without JS:

    Without JS you definitely need the input, but you could style it with css to your needs:

    input.submit { border:none; background-color:transparent; display:block; width:200px;
    height:200px; position:absolute; }
    

    Via top and left you could place it over the li. position:relative might be better . it depends how you want to position it.

    <input class="submit" type="submit" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a simple PHP solution to stop empty input values at form
I'm looking for a simple way to tokenize std::string input without using non default
I work at a non profit and we are looking for a web solution
I am looking for a solution for PHP and comet. I would like to
When I say non-standard libraries, I am referring to things like Boost, libCurl and
I'm looking for a non-linear curve fitting routine (probably most likely to be found
I am looking to include a reference to a non-elisp file (a small Python
I am looking for a Java regex way of replacing multiple spaces with non-breaking
Many applications have dialogs which have totally custom-looking dialogs, big fat tool-bars and non-rectangular
I am looking for a way to create non-stroked regions for a StreamGeometry in

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.