Contact Us Module

Here is the sample contact us module.


To change the color of the text you will need to manually change the contact us html by following the directions below.

Here is the html contact us module available from the program. The html code below is only an example. You will need to open StudioCloud to get your actual html code.
<iframe src='https://studiocloud.net/contactus/index.php?stid=Generated_ID' width='445' height='289' frameborder='no'></iframe>

Here is a version that changes the text color. Notice the addition of the tcol (text color) field. This field will change the color to

Here is how to change the color to white.
<iframe src='https://studiocloud.net/contactus/index.php?stid=Generated_ID&tcol=FFFFFF' width='445' height='289' frameborder='no'></iframe>

Here is how to change the color to grey.
<iframe src='https://studiocloud.net/contactus/index.php?stid=Generated_ID&tcol=948E8F' width='445' height='289' frameborder='no'></iframe>

Here is how to change the color to red.
<iframe src='https://studiocloud.net/contactus/index.php?stid=Generated_ID&tcol=FA001E' width='445' height='289' frameborder='no'></iframe>

Here is how to change the color to blue.
<iframe src='https://studiocloud.net/contactus/index.php?stid=Generated_ID&tcol=0085FA' width='445' height='289' frameborder='no'></iframe>

To select a color go to this page.
http://www.colorpicker.com/
And select the desired color. Then copy and paste the letters and numbers in the # text box into the tcol field.

For more advanced contact us modules refer to the StudioCloud Platform.