Excel html and web forms...excel to web revisited, non-vba

marc j

Board Regular
Joined
Aug 8, 2012
Messages
112
Good day everyone,

I am looking to learn or somebody can guide me...on how to fill out web forms
from the address bar or url directly because then we can use the hyperlink function

I can create a hyperlink and prepopulate the send an email....to, cc, subject body and etc with information from cells from my speadsheet...like this...
HYPERLINK("mailto:"&A17&";"&A18&"&cc="&A19&"?subject=this is the subject line&body=Att Team%0dPlease call the client:%0d%0dphone numbner: "&B10&"%0dNAME: "&B6&"%0dissue : "&B11&"%0dTIMEOFcall:"&B11&"%0dTIMEOFcall:","click here")

I can enter this straight into the address bar and "mr excel message board" appears in the search box..
the search box being named q, (click in box then right click and inspect element name=q)
https://www.google.ca/?q=mr excel message board

I can ultimately do this
=HYPERLINK("https://www.google.ca/?q="&G14&"%20"&G15&"%20"&G16&"%20"&G17&"","search cells g14-g17")
where g14=mr g15=excel g16=message g17=board

But when it comes to fill out web forms for major companies
HYPERLINK("https://website /formpage/?lastname="&g20&"","last name ")

Not one of the hyperlink functions works fully...but it works for google..."&g20&"

I have all the information in my spreadsheet, but I need to copy and paste into the web forms.

Is there information I can find on the html webpage under "inspect element" that will advise me if we can use the hyperlink function, and if we can what format is needed?

I use excel 2007 with IE at work and excel 2010 with chrome at home


Marc J
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Don't think the idea will work. It will work with some websites, but many will not let you do this. ... If you want to try .. "Is there information I can find on the html webpage under "inspect element"" ... Yes, you will need to learn about HTML forms see www.w3schools.com/html/html_forms.asp

Eddy.
 

Forum statistics

Threads
1,222,621
Messages
6,167,087
Members
452,094
Latest member
Roberto Saveru

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top