JohnJuhl VIP
Total posts: 46
28 Jul 2015 14:21

Hi (again),

can I change the size of the fields in the input form?

+

when I a user enter his own value in a select field - it's not possible to regret and delete it (as far as I can tell)

Skærmbillede 2015-07-28 kl. 15.56.00 I would like to make this field wider

Skærmbillede 2015-07-28 kl. 15.55.53

if I want to delete the latest value (typed by myself/user) it can't be done

kr.,

John

Last Modified: 17 Aug 2015


pepperstreet VIP
Total posts: 3,837
28 Jul 2015 17:48

Hello John, I believe the input size is a bootstrap/CSS default value. You would have to override the CSS rule for this specific form or even better for this specific field only.

Either the unique field ID# should help, or a custom class for the field. This way you can target that field, without changing any other inputs.

Can you provide a live URL?


JohnJuhl VIP
Total posts: 46
28 Jul 2015 18:39

Live URL - You mean backend access ?

J-)


pepperstreet VIP
Total posts: 3,837
28 Jul 2015 20:13

JohnJuhl Live URL - You mean backend access ?

Anything you can provide ;)

Frontend form is of help, too.


Sergey
Total posts: 13,748
31 Jul 2015 07:23

JohnJuhl Live URL - You mean backend access ?

It means that Paperstreet what to see in console what CSS is used and give you suggestions how to make size bigger. So you have to provide access to that particular page. If that page require user credential, then provide them too.


pepperstreet VIP
Total posts: 3,837
17 Aug 2015 05:47

Hello JohnJuhl, what about your form and field size? Did you sort it out yourself? If not drop me a line...

JohnJuhl if I want to delete the latest value (typed by myself/user) it can't be done

Good point. AFAIK, the user's variant cannot be removed, nor edited again. Agree, would be a nice feature! Although, I am not sure how it would impact other user's records and values? What if other user's have chosen that value, too?

Current workaround: I believe, you can set a parameter to NOT store and show that value in the select-box. So, it is just a temporary custom entry for the current user and submission. This way, it will not show-up for further submissions. Only editing the record is a way to update/change that value again.

Powered by Cobalt