跳至內容
選單
此問題已被標幟
1 回覆
2636 瀏覽次數

Fix the value of a form field :


頭像
捨棄
作者 最佳答案

add a "value=" attribute in the input + add a "readonly='true'" attribute in the input tag 



Here is a use case when it turns out to be very useful : B2B e-commerce login 


In this use case, the client needs to be able to automate the registration process. 


  • To ask for log in credentials, customers need to send a form with their information. 

  • The form creates a new task in project (or in any other model of your choice).

  • We want to fix the name of the task to "log in request" to be able to easily find the requests. 

  • Create an automated action to send an email when a new task is created where "name='log in request'"


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
9月 23
3268
1
2月 22
2715
1
3月 15
4854
0
3月 15
4515
5
8月 25
9734