Forums
Home / Fixing WordPress / button on comming soon page
(@pamm_)
10 years, 6 months ago
Can i put button ot comming soon page, which goes to other link?
(@greyparrots)
Yes, you cam do that.
You may use something like,
<form action="/my/link/location" method="get"> <input type="submit" value="Go to my link location" name="Submit" id="frm1_submit" /> </form>