[모듈] 어디서든 동작하는 게시판 글쓰기 코드
2021.09.08 04:23
76
0
https://eond.com/441265
<form action="/" method="post">
    <input type="hidden" name="error_return_url" value="{getUrl('','mid','home')}" />
    <input type="hidden" name="success_return_url" value="{getUrl('','mid','home')}" />
    <input type="hidden" name="act" value="procBoardInsertDocument" />
    <input type="hidden" name="document_srl" value="" />
    <input type="hidden" name="comment_status" value="ALLOW" />
    <input type="hidden" name="allow_trackback" value="Y" />
    <input type="hidden" name="mid" value="{$mid}">
    <input type="text" name="title" placeholder="오늘은 무슨 일이 있었나요?" required/>
    <textarea name="content" class="form-control" placeholder="당신의 이야기를 들려주세요" required  onkeydown="resize(this)" onkeyup="resize(this)"></textarea>
    <button type="submit">트윗하기</button>
</form>
newcomment
닫기

마이페이지

로그인을 해주세요