最近搜索
没有最近搜索

Christopher J. Crocker
已加入2021年4月16日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
4
投票
0
订阅
2
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Christopher J. Crocker
Christopher J. Crocker 进行了评论,
A follow up question....
I have a custom ticket field which is a multiline text field.
I would like to set a default value for this field so that when a form is submitted the field will be set with the text value which would be an address such as:
"Company XYZ
123 First St
Austin, TX 78703"
How can I set the value of a custom field which needs new line chars?
I tried using the following in the JS in Help Center...
$('#request_customField("custom_field_45353987")').val("Multi-Line Text Here");
How can I set the text to appear on multiple lines in the field?
查看评论 · 已于 2016年10月20日 发布 · Christopher J. Crocker
0
关注者
0
投票
0
评论
Christopher J. Crocker 进行了评论,
@Kristin, thank you for the info you provided on 9/19/16
I do have a follow up question.
Do I just add your //Form Submit section in it's entirety to the bottom of my JS code or is there some place else this needs to be?
In my JS tab I do not see another //Form Submit section so I am wondering how forms are submitted without this?
查看评论 · 已于 2016年9月30日 发布 · Christopher J. Crocker
0
关注者
0
投票
0
评论