Contact form HTML

I have made a contact form…and i am using jquery-UI dialog component to display it…it is initially hidden.
My site has 5 pages…is there are a better/shorter alternative from placing the same markup in every page…

There will be a link for this contact form in every page…

I do not use any platform like wordpress…or whatever.

I want to hear suggestions…

you could use a server side include (.shtml) to do that. Alternatively any server side language usually allows for includes.

1 Like

I just used a PHP include.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.