🐈
» Forums » Support » HTML code in message to client
Page options
f9ca9570
Community Member

HTML code in message to client

Hi I'm new to Upwork and need to show client HTML code where they can view the survey test link I created.  

How do I add code in a message

ACCEPTED SOLUTION
759e32fa
Moderator
Moderator

Hi Sue,

 

Thank you for reaching out to us. For codes, it is best to attach files or ask your client what platform to use in order for the both of you to review this code. Please note that while we encourage to keep your conversation within Upwork, once you start a contract, you can communicate outside Upwork's Message Center especially in your case where you need to share the code to your client.

 

To keep yourself safe, you may save screenshots of your conversation for reference in case the messages in the other platform can be edited or deleted.

 

Please let us know if you need  further assistance.


~ AJ
Upwork

View solution in original post

4 REPLIES 4
759e32fa
Moderator
Moderator

Hi Sue,

 

Thank you for reaching out to us. For codes, it is best to attach files or ask your client what platform to use in order for the both of you to review this code. Please note that while we encourage to keep your conversation within Upwork, once you start a contract, you can communicate outside Upwork's Message Center especially in your case where you need to share the code to your client.

 

To keep yourself safe, you may save screenshots of your conversation for reference in case the messages in the other platform can be edited or deleted.

 

Please let us know if you need  further assistance.


~ AJ
Upwork
f9ca9570
Community Member

Hi AJ

Thanks for the info, it is very  helpful.   Attaching test codes on work done in an attachment is a great idea.

to be clear once I start working on a contract I am able to communicate test survey links etc outside Upwork

Hi Sue,

 

That is correct. As long as a contract has started, you or the client may choose to communicate outside Upwork for convenience. Remember to keep records of these conversations as you may need them in case a dispute is filed on a contract. You may refer to our Terms of Service to learn more about our guidelines.


~ AJ
Upwork
a116f892
Community Member

hi,sue
this code is very good and  simple project for beginner
& this code atype of  html 
 
 
<!DOCTYPE html>
<html>
    <head>
        <title>register page</title>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div class="regform"><h1>Registration Form</h1></div>
        <div class="main">
            <form>
                <div id="name">
            <h2 class="name">Name</h2>
            <input class="firstname" type="text" name="first_name">
            <label class="firstlabel">first name</label>
            <input class="lastname" type="text" name="last_name">
            <label class="lastlabel">last name</label>
        </div>

        <h2 class="name">company</h2>
            <input class="company" type="text" name="company">

            <h2 class="name">Email</h2>
            <input class="email" type="text" name="email">
             
            <h2 class="name">password</h2>
            <input class="password" type="text" name="password">

            |<h2 class="name">Phone</h2>
            <input class="code" type="text" name="area_code">
            <lebel class="area_code">Area Code</lebel>
            <input class="number" type="text" name="phone">
            <label class="phone-number">Phone Number</label>

            <h2 class="name">Level</h2>
            <select class="opition" name="Level">
                <option disabled="disabled" selected="selected">---choose Level</option>
                <option>child</option>
                <option>young</option>
                <option>adult</option>

            </select>

            <h2 id="coustomer">Are you beginner ?</h2>

            <label class="radio">
                <input class="radio-one" type="radio" chacked="chacked" name="">
                <span class="checkmark"></span>
                Yes
            </label>
            <label class="radio">
                <input class="radio-two" type="radio" chacked="chacked" name="">
                <span class="checkmark"></span>
                No
            </label>

            <button type="submit">Register</button>

        </form>
        </div>
    </body>
</html>
 
 
Latest Articles
Featured Topics
Learning Paths