answersLogoWhite

0

<input type="submit" value="TEXT"/> There is the code, Change "TEXT" to whatever you want user Submit Button to say.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you add an answer on ask dot com?

There is Option "Add Answer". select it and give your answer. Submit answer using submit button.


Which process could you use to add a table to a document?

Click the insert table button.


Which process could you use to add to a table to a document?

Click the insert table button.


How do you add pictures to my deviantart gallery?

Click the button that says submit and then Artwork... Fill out what you need to and then click submit artwork at the bottom of the page.


How can I submit a question if I usually get no submit button?

use the button submit maybe the net was not working in your area at that time


Where is submit option in WikiAnswers?

If you mean, where is the submit option for when submitting question's to wiki.answers.com then, if it's help there is not a submit button, you click the button 'GO' or when you have typed your question click the button 'ENTER' in your keyboard and then wait and it will submit.


What does it say on submit button deal or no deal?

Submit


How to submit a consolidation request for any shipping company?

You can submit a consolidation and ship request by following these steps: Go to your Storage. Click on the &quot;Add Custom Declaration&quot; button. Write the customs values and details of the item(s) If you have a special request, click on the ‘Add Special Service’ button and write the special request. Select all the packages you want to add to a single shipment by clicking on the “Add Package” button next to them. Finally, click on the &quot;Consolidate and Ship&quot; button and select your address. Your consolidation request has been submitted


You want to use columns and rows to list several travel destinations on a slide in a presentation the table must display on a new slide what do you do to add a table to a new slide?

Add a new slide and use the button on the placeholder to add a table.


How do you answer a question on Answer Do you press enter Or is there a button to click to submit it?

You can press enter to answer a question if there is no avaible button to submit.


To add columns to a table click the Insert Left button on what tab?

I beileive its home tab?


What tag would you use to create a submit button with the label send form?

To create a submit button, use the input type submit. To assign text to the button, pass the text in as the value of the value attribute. Like so: &lt;input type="submit" value="Send Form"&gt;