Skip to main content

Form HTML codes for your website contact page

If you're developing a website that needs a simple form for visitors to fill and contact you, the few lines of HTML codes in this blog could help.

This code could help you create a simple HTML form with fields for Full Name, Phone Number, Email, and Message. 

When embedded, the form will send data to a PHP script called "submit.php" when the user submits the form.

Hence,  you would need to create the "submit.php" script to process the form data and handle the submission.

```html
<!DOCTYPE html>
<html>
<head>
    <title>Contact Us</title>
</head>
<body>

<h2>Contact Us</h2>

<form action="submit.php" method="post">
    <label for="full_name">Full Name:</label><br>
    <input type="text" id="full_name" name="full_name" required><br><br>

    <label for="phone_number">Phone Number:</label><br>
    <input type="tel" id="phone_number" name="phone_number" required><br><br>

    <label for="email">Email:</label><br>
    <input type="email" id="email" name="email" required><br><br>

    <label for="message">Message:</label><br>
    <textarea id="message" name="message" rows="4" required></textarea><br><br>

    <input type="submit" value="Submit">
</form>

</body>
</html>
```
Moreso, the Ransford Global Enterprises College's  online computer school offers Computer training courses that could help individuals acquire the skills and knowledge needed to excel in various aspects of computing, such as software development, IT support, data analysis, and more. 

These courses provide hands-on experience, improve job prospects, and keep participants updated with the latest technology trends.

To enroll, follow this link




Comments

Popular posts from this blog

What is Biri marung?

Biri marung" is a term in Chewa/Nyanja, a language spoken in Zambia, Malawi, and parts of Mozambique. It directly translates to "hyena in the sky" or "flying hyena.  It is often used in folklore and traditional beliefs in African cultures to refer to supernatural beings or mysterious occurrences, particularly those associated with witchcraft or spirits. In music, "Biri Marung" is a popular Amapiano track released in November 2024 by South African artists Mr Pilato, Ego Slimflow, and Tebogo G Mashego, featuring Sje Konka, Focalistic, DJ Maphorisa, Scotts Maphuma, and CowBoii.  The song has gained significant attention, with its official audio available on YouTube.  Additionally, it has been featured on various music platforms, including Apple Music.  The track has also inspired dance challenges and covers on social media platforms like TikTok, contributing to its viral status.  "Biri Marung" has been recognized for its impact in the music industry...

Affirmative Action in Nigerian Politics

 Affirmative action is a policy or set of measures designed to address historical and systemic inequalities by promoting the inclusion and representation of marginalized or disadvantaged groups—such as women, ethnic minorities, or people with disabilities—in areas like education, employment, and political participation. Its primary aim is to level the playing field by providing opportunities that help correct imbalances caused by past discrimination or structural barriers. In political contexts, affirmative action can involve mechanisms such as quotas, reserved seats, or targeted appointments to ensure fair representation and foster social equity in governance and decision-making processes.  Affirmative action in Nigerian politics is both a product of historical necessity and a reflection of the country’s complex ethnic, regional, and gender dynamics. Emerging from a colonial legacy that entrenched disparities among the North, West, and East, Nigeria’s post-independence politi...

Clientelist Democracy

Clientelist democracy is a political system in which electoral support and political loyalty are exchanged for material benefits, state patronage, or personal favors. Unlike programmatic or issue-based democracies, where political competition is centered on ideology or policy platforms, clientelist systems thrive on informal networks of obligation between patrons (politicians or elites) and clients (voters or supporters). These reciprocal arrangements are sustained not by institutions of accountability or governance, but by personal loyalty and the promise of selective rewards. In the Nigerian context, clientelist democracy has deep historical roots, tracing back to the late colonial period and consolidating during the First Republic (1960–1966). The colonial policy of indirect rule, which empowered local traditional rulers as intermediaries, laid the groundwork for personalized political relations. Following independence, these patronage networks evolved into more complex systems of ...