Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
Hi,
I have found the configuration in the file, skt-startup-pro \ inc \ custom-functions.php
form .= "<form name=\"contactform\" action=\"#contactform_main\" method=\"post\"> <p><input type=\"text\" name=\"c_name\" value=\"". ( ( empty($name) == false ) ? $name : "" ) ."\" placeholder=\"Name\" /></p> <p><input type=\"email\" name=\"c_email\" value=\"". ( ( empty($email) == false ) ? $email : "" ) ."\" placeholder=\"Email\" /></p><div class=\"clear\"></div> <p><input type=\"tel\" name=\"c_phone\" value=\"". ( ( empty($phone) == false ) ? $phone : "" ) ."\" placeholder=\"Phone\" /></p> <p><textarea name=\"c_comments\" placeholder=\"Message\">". ( ( empty($comments) == false ) ? $comments : "" ) ."</textarea></p><div class=\"clear\"></div>"; $cform .= "<p><span class=\"capcode\">$sumStr</span><input class=\"capinput\" type=\"text\" placeholder=\"Captcha\" value=\"". ( ( empty($captcha) == false ) ? $captcha : "" ) ."\" name=\"c_captcha\" /><input type=\"hidden\" name=\"c_captcha_confirm\" value=\"". md5($capSum)."\"></p><div class=\"clear\"></div>"; $cform .= "<p class=\"sub\"><input type=\"submit\" name=\"c_submit\" value=\"Envoi\" class=\"search-submit\" /></p> </form> </div>"
Ps: It’s just a pity you can not easily change in wordpress
Hello
Thanks for the quick reply… All your themes are cool! 😉
Thx!
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)