views:

1241

answers:

3

My request is simple.

i want to put a form (a text field let's say) on a sharepoint page, with a submit button.

when i submit. I want the URL to be reposted with the s="textfromtextfield"

say i was on a url http://site/site.aspx?p=x

clicking submit will take me to:

http://site/site.aspx?p=x&s="textfromtextfield"

A: 

More than likely you want to open the page in SharePoint Designer and add/play with form actions. Check this page for details (rather than attempt to communicate it step by step):

http://office.microsoft.com/en-us/sharepointdesigner/HA101191121033.aspx

FYI. SharePoint Designer is now free for download from Microsoft.

If you have never edited a form in SharePoint Designer, this may help:

http://office.microsoft.com/en-us/sharepointdesigner/HA101191141033.aspx

Joshua
A: 

You can use the Form Web Part and javascript.

JMD
i looked into that but i am not sure how to use it the way i described above?
A: 

This hot blog may be help you toohttp://kalsing.blogspot.com/2006/11/create-custom-list-form-for-sharepoint.html

And Sharepoint Form Validation is another solution I googled out right now.