The Form Filler Application is a Windows Forms app developed in C# that allows users to fill forms by extracting data from a provided paragraph of user details.
- Extracts name, address, and email from user input.
- Fills the respective form fields with the extracted data.
- Supports error handling for incomplete form data.
- Simple and intuitive user interface.
To install and run the Form Filler Application, follow these steps:
-
Clone the repository:
-
Open the
FormFillerApplication.sln
solution file in Visual Studio. -
Build the solution to restore NuGet (I am using Guna.UI) packages and compile the project.
-
Press
F5
or click on the "Start" button to run the application.
For more detailed installation instructions, please submit a pull request, raise an issue or contact me.
To use the Form Filler Application:
-
Launch the application from Visual Studio or by running the compiled executable.
-
Enter the user details paragraph in the provided input box.
-
Click the "Submit" button to extract the data and fill the respective form fields.
-
If any required field is missing, an error message will be displayed.
Contributions are welcome! If you'd like to contribute to the Form Filler Application, please feel free to submit a pull request.