We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Channel Form > Editable form on Frontend ?

How Do I?

Dom's avatar
Dom
88 posts
about 8 years ago
Dom's avatar Dom

Hi everyone,

I’ve created a test New Template, for Channel Form (frontend) with the codes below which are working well when i filled the form, but how you guys make these codes below Editable on Frontend ?

Ps : I use EE version 2 which was a Safecracker, but on EE version 3.. i get lost 😊

=======================

<link href=”{path='css/_ee_channel_form_css'}” type=”text/css” rel=”stylesheet” media=”screen”>

<div align=”center” margin: 100 auto;”>

{exp:channel:form channel="abc" return="home/test"}

<label for=”title”>Title</label> <input type=”text” name=”title” id=”title” value=”{title}” size=”50” maxlength=”100” >

<select name=”test1” id=”test1”> {options:test1} <option value=”{option_value}”{selected}>{option_name}</option> {/options:test1} </select>

<textarea name=”test2” id=”test2” cols=”90” rows=”10”></textarea>

{if captcha} <label for=”captcha”>Please enter the word you see in the image below:</label> {captcha} <input type=”text” name=”captcha” value=”{captcha_word}” maxlength=”20”> {/if}

<input type=”submit” value=”Submit”>

</div>

{/exp:channel:form}

=======================

Regards.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.