liquid_feedback_frontend

diff app/main/registration/_action/register.lua @ 1423:4232b30dfb11

Allow additional comments in registration form
author bsw
date Thu Sep 20 13:49:19 2018 +0200 (2018-09-20)
parents 5f26df65672f
children b1cec2dcc035
line diff
     1.1 --- a/app/main/registration/_action/register.lua	Tue Sep 04 10:11:01 2018 +0200
     1.2 +++ b/app/main/registration/_action/register.lua	Thu Sep 20 13:49:19 2018 +0200
     1.3 @@ -113,7 +113,7 @@
     1.4  verification.request_data = json.object()
     1.5  
     1.6  for i, field in ipairs(config.self_registration.fields) do
     1.7 -  if not field.internal then
     1.8 +  if not field.internal and field.type ~= "comment" then
     1.9      if field.name == "date_of_birth" then
    1.10        local day = tonumber(param.get("verification_data_" .. field.name .. "_day"))
    1.11        local month = tonumber(param.get("verification_data_" .. field.name .. "_month"))

Impressum / About Us