Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

102
Views
Ninja Form custom addon diplaying line number in submissions

i tried to create my own addon ninja form. I do what I could knowing that the documentation on the subject is non-existent but I have an annoying problem, I actually created a nf field allowing file upload via a nf form, I want to display the file link in ninja form entries but line numbers are automatically added instead of simply displaying the link of the file.

Do you have any idea how to suppress this display maybe with parameters for my field class which extends from NF_Abstracts_Field ?

here are the variables of my custom class :

protected $_name = 'file_upload';
protected $_type = 'file_upload';
protected $_nicename = 'File Upload';
protected $_section = 'common';
protected $_icon = 'file';
protected $_test_value = false;
protected $_templates = ['fileupload'];

I tried to compare the output values ​​for a traditional textbox field with my custom field but without success

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I find a solution by using this filter :

add_filter( 'ninja_forms_custom_columns', array($this, 'custom_columns'), 10, 2 );

but it works only if i activate "old submission page" in ninja form settings

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!